NeverBounce é um serviço de verificação de e-mail em tempo real e limpeza de listas. Use esta integração para checar se um endereço de e-mail é entregável — classifica cada endereço como valid, invalid, disposable, catch-all ou unknown e exibe flags de role-account e free-provider — e para consultar os créditos pagos e gratuitos de verificação restantes na sua conta. Verifique endereços antes de enviar para reduzir bounces e manter a reputação do seu domínio saudável.
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.
Actions
neverbounce_verify_email
Verify the deliverability of an email address. Uses one verification credit.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address to verify (e.g., john@example.com) |
apiKey | string | Yes | NeverBounce API Key |
Output
| Parameter | Type | Description |
|---|---|---|
email | string | The verified email address |
status | string | Verification status (valid, invalid, catch_all, disposable, unknown) |
deliverable | boolean | Whether the email is valid and safe to send |
roleAccount | boolean | Whether the address is a role account (e.g., info@, sales@) |
freeEmail | boolean | Whether the address is on a free email provider |
didYouMean | string | Suggested correction for a likely typo |
flags | array | Raw NeverBounce flags for the address |
neverbounce_get_credits
Retrieve the remaining paid and free verification credits for the account.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | NeverBounce API Key |
Output
| Parameter | Type | Description |
|---|---|---|
credits | number | Remaining paid verification credits |
freeCredits | number | Remaining free verification credits |