MillionVerifier

MillionVerifier é um serviço de verificação de e-mail de alto volume e baixo custo. Use esta integração para verificar um e-mail individual em tempo real — ela retorna ok, catch-all, unknown, invalid, disposable ou unverified, junto com flags de role-account e free-provider — e para consultar os créditos de verificação restantes na sua conta. É uma opção econômica para limpar listas grandes antes de uma campanha.

Usage Instructions

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

Actions

millionverifier_verify_email

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

Input

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

Output

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

millionverifier_get_credits

Retrieve the remaining verification credits for the authenticated account.

Input

ParameterTypeRequiredDescription
apiKeystringYesMillionVerifier API Key

Output

ParameterTypeDescription
creditsnumberRemaining verification credits

On this page