Overview
Add NeverBounce to any ModuleX agent or workflow. Real-time email verification and account credit lookup against the NeverBounce v4 REST API (api.neverbounce.com/v4). Classifies an address as valid, invalid, catch-all, disposable, or unknown and surfaces role-account and free-provider flags.
Categories: Sales · Enrichment · Sales Engagement · Auth: API Key · Actions: 2
Authentication
API Key Authentication
Authenticate using your NeverBounce API keyStep 1
Go to https://app.neverbounce.com and sign up or log in
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| NeverBounce API Key | Your NeverBounce API key from app.neverbounce.com | Yes | secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Available Actions
verify_email — Verify the deliverability of an email address. Classifies the address as valid, invalid, catch_all, disposable, or unknown and surfaces role-account and free-provider flags. Uses one verification credit.
verify_email — Verify the deliverability of an email address. Classifies the address as valid, invalid, catch_all, disposable, or unknown and surfaces role-account and free-provider flags. Uses one verification credit.
get_credits — Retrieve the remaining paid and free verification credits for the account.
get_credits — Retrieve the remaining paid and free verification credits for the account.
Response
Limits & Quotas
- Rate limit: ~60 requests/min on standard plans.
- Credits: each
verify_emailcall consumes one verification credit;get_creditsis free and does not consume credits. - Error model: the v4 API returns HTTP 200 even for API-level
failures and signals the outcome via the response envelope’s
statusfield. A non-"success"status, a non-2xx HTTP response, or a timeout is caught and returned assuccess=False+errorrather than raising. Plan for retries on the agent side based on the error string.