NAiOS IconNAiOS Logo
Volver al catálogo

Mailboxlayer

mailboxlayer

A simple REST-based JSON API for email address validation and verification.

Acciones
1
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 (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ón

Tool to validate a single email address. use when you need to check syntax, domain, smtp, and meta-flags.

Parámetros de entrada

  • mxinteger

    Enable MX record check (1) or not (0).

  • freeinteger

    Detect free email providers (1) or not (0).

  • roleinteger

    Detect role-based addresses (1) or not (0).

  • smtpinteger

    Enable SMTP check (1) or not (0).

  • emailanyObligatorioemail

    The email address to validate.

  • formatinteger

    Enable strict format validation (1) or not (0).

  • catch_allinteger

    Detect catch-all addresses (1) or not (0).

  • access_keystringObligatorio

    Your API access key for mailboxlayer.

  • disposableinteger

    Detect disposable email addresses (1) or not (0).

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