# NeverBounce

NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.

- **Category:** email
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 12
- **Triggers:** 0
- **Slug:** `NEVERBOUNCE`
- **Version:** 20260429_00

## Tools

### Get Account Info

**Slug:** `NEVERBOUNCE_ACCOUNT_INFO`

Tool to get account information including credits, job counts, and usage statistics. Use when retrieving NeverBounce account summary after authentication.

### Confirm Proof of Email

**Slug:** `NEVERBOUNCE_CONFIRM_POE`

Tool to confirm proof of email ownership (POE) from the JavaScript widget. Use when verifying server-side that a user confirmed their email through the widget.

### Create NeverBounce Bulk Verification Job

**Slug:** `NEVERBOUNCE_JOBS_CREATE`

Tool to create a new bulk verification job with parsing, sampling, and callback options. Use for asynchronous list verification with advanced control.

### Delete NeverBounce Job

**Slug:** `NEVERBOUNCE_JOBS_DELETE`

Tool to permanently delete a job and its results. Use when you need to irreversibly remove a bulk verification job. This delete is irreversible.

### Download Job Results (GET)

**Slug:** `NEVERBOUNCE_JOBS_DOWNLOAD_GET`

Tool to download job results as a CSV file via GET. Use after job completion to retrieve segmented or enriched CSV output.

### Retrieve Job Results

**Slug:** `NEVERBOUNCE_JOBS_RESULTS`

Tool to retrieve paginated results for a completed job, including original data and verification outcomes. Use after confirming job completion; avoid aggressive polling as repeated calls before completion risk rate limit errors.

### Start NeverBounce Job

**Slug:** `NEVERBOUNCE_JOBS_START`

Tool to start a parsed job when auto_start is disabled. Use when you need to manually initiate a job that was created with auto_start=false.

### Get bulk job status

**Slug:** `NEVERBOUNCE_JOBS_STATUS`

Tool to get the status and progress of a bulk verification job. Use when

### Parse NeverBounce Job

**Slug:** `NEVERBOUNCE_PARSE_JOB`

Tool to parse a job created with auto_parse disabled. Use when you need to manually parse a job. Cannot reparse once parsed.

### Search bulk verification jobs

**Slug:** `NEVERBOUNCE_SEARCH_JOBS`

Tool to search and list bulk verification jobs in your account with pagination and filtering. Use when retrieving jobs by id, filename, or status, or when listing all jobs with pagination.

### NeverBounce Single Check

**Slug:** `NEVERBOUNCE_SINGLE_CHECK`

Tool to verify a single email address and gather additional information. Use when you need real-time validation at the point of entry.

### JS Widget Send Event

**Slug:** `NEVERBOUNCE_WIDGET_SEND_EVENT`

Tool to send widget form events via the JS widget API. Use when reporting form.load or form.completion events after user interactions with your form.
