ZeroBounce

ZeroBounce é um serviço de validação e entregabilidade de email em tempo real. Use esta integração para validar endereços de email individuais antes do outreach — ela sinaliza endereços inválidos, catch-all, spamtrap, abuse e do-not-mail para que você possa descartar contatos arriscados e proteger sua reputação de remetente — e para verificar os créditos de validação restantes na sua conta. O ZeroBounce é o verificador padrão por trás de muitos waterfalls de descoberta de email.

Usage Instructions

Integrate ZeroBounce to validate email deliverability in real time — detect invalid, catch-all, spamtrap, abuse, and do-not-mail addresses — and check your remaining validation credits.

Actions

zerobounce_verify_email

Validate an email address deliverability in real time. Uses one validation credit.

Input

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

Output

ParameterTypeDescription
emailstringThe validated email address
statusstringValidation status (valid, invalid, catch_all, unknown, spamtrap, abuse, do_not_mail)
deliverablebooleanWhether the email is valid and safe to send
subStatusstringDetailed sub-status from ZeroBounce
freeEmailbooleanWhether the address is on a free email provider
didYouMeanstringSuggested correction for a likely typo

zerobounce_get_credits

Retrieve the remaining validation credits for the authenticated account.

Input

ParameterTypeRequiredDescription
apiKeystringYesZeroBounce API Key

Output

ParameterTypeDescription
creditsnumberRemaining validation credits (-1 if unavailable)

On this page