> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# NeverBounce

> Connect NeverBounce to verify email addresses and maintain list hygiene in your workflows.

## How to set up NeverBounce

### Authentication

NeverBounce uses API key authentication:

1. Sign up at [neverbounce.com](https://neverbounce.com)
2. Navigate to **API** in your dashboard
3. Copy your API key
4. Paste the API key in Cargo when connecting

## NeverBounce actions

### Verify email

Check if an email address is valid and deliverable.

**Required fields:**

* **Email**: The email address to verify

**Credits:** 0.2 credits per verification

## Verification results

NeverBounce returns clear verification statuses:

| Result     | Description                       | Action           |
| ---------- | --------------------------------- | ---------------- |
| valid      | Email exists and is deliverable   | Safe to email    |
| invalid    | Email does not exist or bounces   | Remove from list |
| disposable | Temporary/throwaway email address | Avoid emailing   |
| catchall   | Domain accepts all emails         | Use caution      |
| unknown    | Unable to determine status        | Retry later      |

## Response data

| Field                 | Description                         |
| --------------------- | ----------------------------------- |
| result                | Verification result                 |
| flags                 | Additional flags (role, free, etc.) |
| suggested\_correction | Typo correction suggestion          |
| execution\_time       | Time taken to verify                |

## Best practices

* Verify emails at point of capture for best data quality
* Re-verify periodically (recommended every 3-6 months)
* Treat "catchall" emails as valid but monitor for bounces
* Remove "disposable" emails - they indicate low-quality leads
* Use suggested corrections to fix typos automatically
* Cache results to avoid redundant verification

## Integration benefits

* **Improved deliverability**: Only email verified addresses
* **Better sender reputation**: Reduce bounce rates
* **Cost savings**: Don't pay to email invalid addresses
* **Higher engagement**: Focus on real contacts
