Mails.so
mails_soMails is an API service that provides powerful email validation capabilities to help maintain a clean and effective email list.
Acciones disponibles (3)
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.
Retrieve Batch ResultsMAILS_SO_RETRIEVE_BATCH_RESULTSAcciónTool to retrieve results of a bulk validation job. use after submitting a batch and you have its id.
MAILS_SO_RETRIEVE_BATCH_RESULTSAcciónTool to retrieve results of a bulk validation job. use after submitting a batch and you have its id.
Parámetros de entrada
idstringObligatorioUnique identifier for the batch validation job
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
Validate Bulk EmailsMAILS_SO_VALIDATE_BULK_EMAILSAcciónTool to validate multiple email addresses in bulk. use when you need to confirm deliverability of a list of emails at once.
MAILS_SO_VALIDATE_BULK_EMAILSAcciónTool to validate multiple email addresses in bulk. use when you need to confirm deliverability of a list of emails at once.
Parámetros de entrada
emailsarrayObligatorioList of 1–1000 email addresses to validate
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
Validate Single EmailMAILS_SO_VALIDATE_SINGLE_EMAILAcciónTool to validate a single email address. use when you need to check deliverability and quality details before sending an email.
MAILS_SO_VALIDATE_SINGLE_EMAILAcciónTool to validate a single email address. use when you need to check deliverability and quality details before sending an email.
Parámetros de entrada
emailanyObligatorioemailThe email address to validate.
Parámetros de salida
dataobjectThe data object returned when validation succeeds.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not