NeverBounce

Verify email deliverability and check account credits

NeverBounce is a real-time email verification and list-cleaning service. Use this integration to check whether an email address is deliverable — it classifies each address as valid, invalid, disposable, catch-all, or unknown and surfaces role-account and free-provider flags — and to read the paid and free verification credits left on your account. Verify addresses before sending to cut bounces and keep your domain reputation healthy.

Usage Instructions

Integrate NeverBounce to verify email deliverability in real time — classify addresses as valid, invalid, catch-all, disposable, or unknown — and check your remaining verification credits.

Tools

neverbounce_verify_email

Verify the deliverability of an email address. Uses one verification credit.

Input

ParameterTypeRequiredDescription
emailstringYesEmail address to verify (e.g., john@example.com)
apiKeystringYesNeverBounce API Key

Output

ParameterTypeDescription
emailstringThe verified email address
statusstringVerification status (valid, invalid, catch_all, disposable, unknown)
deliverablebooleanWhether the email is valid and safe to send
roleAccountbooleanWhether the address is a role account (e.g., info@, sales@)
freeEmailbooleanWhether the address is on a free email provider
didYouMeanstringSuggested correction for a likely typo
flagsarrayRaw NeverBounce flags for the address

neverbounce_get_credits

Retrieve the remaining paid and free verification credits for the account.

Input

ParameterTypeRequiredDescription
apiKeystringYesNeverBounce API Key

Output

ParameterTypeDescription
creditsnumberRemaining paid verification credits
freeCreditsnumberRemaining free verification credits

On this page