Skip to main content

How to set up ZeroBounce

Authentication

ZeroBounce uses API key authentication:
  1. Sign up at zerobounce.com
  2. Navigate to your API settings
  3. Copy your API key
  4. Paste the API key in Cargo when connecting

ZeroBounce actions

Verify email

Check if an email address is valid and deliverable. Required fields:
  • Email: The email address to verify
Credits: 0.1 credits per verification

Verification statuses

ZeroBounce returns detailed verification results:
StatusDescription
validEmail exists and is deliverable
invalidEmail does not exist or will bounce
catch-allDomain accepts all emails (unverifiable)
spamtrapKnown spam trap - do not email
abuseKnown complainer address
do_not_mailShould not be emailed (role-based, etc.)
unknownUnable to determine status

Response data

FieldDescription
statusVerification status
sub_statusDetailed status reason
accountEmail account name
domainEmail domain
did_you_meanSuggested correction for typos
domain_ageAge of the domain
free_emailIs it a free email provider?
mx_foundDoes domain have MX records?
mx_recordPrimary MX record
smtp_providerEmail service provider

Best practices

  • Verify emails before importing to your email platform
  • Re-verify old contacts periodically (emails decay)
  • Treat “catch-all” as valid but monitor bounces
  • Never email “spamtrap” or “abuse” addresses
  • Use “did_you_mean” to suggest corrections
  • Cache verification results to save credits

Integration with other tools

ZeroBounce works well in combination with:
  • Email finders: Verify found emails before outreach
  • CRM sync: Keep verification status updated
  • Campaign tools: Ensure list hygiene before sends