Mailboxlayer
mailboxlayerA simple REST-based JSON API for email address validation and verification.
Acciones disponibles (1)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Check Email ValidityMAILBOXLAYER_CHECK_EMAILAcciónTool to validate a single email address. use when you need to check syntax, domain, smtp, and meta-flags.
MAILBOXLAYER_CHECK_EMAILAcciónTool to validate a single email address. use when you need to check syntax, domain, smtp, and meta-flags.
Parámetros de entrada
mxintegerEnable MX record check (1) or not (0).
freeintegerDetect free email providers (1) or not (0).
roleintegerDetect role-based addresses (1) or not (0).
smtpintegerEnable SMTP check (1) or not (0).
emailanyObligatorioemailThe email address to validate.
formatintegerEnable strict format validation (1) or not (0).
catch_allintegerDetect catch-all addresses (1) or not (0).
access_keystringObligatorioYour API access key for mailboxlayer.
disposableintegerDetect disposable email addresses (1) or not (0).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not