NAiOS IconNAiOS Logo
Volver al catálogo

Mails.so

mails_so

Mails is an API service that provides powerful email validation capabilities to help maintain a clean and effective email list.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to retrieve results of a bulk validation job. use after submitting a batch and you have its id.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier for the batch validation job

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Validate Bulk EmailsMAILS_SO_VALIDATE_BULK_EMAILSAcción

Tool 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

  • emailsarrayObligatorio

    List of 1–1000 email addresses to validate

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Validate Single EmailMAILS_SO_VALIDATE_SINGLE_EMAILAcción

Tool to validate a single email address. use when you need to check deliverability and quality details before sending an email.

Parámetros de entrada

  • emailanyObligatorioemail

    The email address to validate.

Parámetros de salida

  • dataobject

    The data object returned when validation succeeds.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not