NAiOS IconNAiOS Logo
Volver al catálogo

Emailable

emailable

Emailable provides an email verification API that allows developers to integrate real-time email validation into their applications, ensuring the accuracy and deliverability of email addresses.

Acciones
5
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 (5)

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.

Get Account InfoEMAILABLE_GET_ACCOUNT_INFOAcción

Tool to retrieve account information including owner email and available credits. use when you need to confirm account status before sending email verifications.

Parámetros de entrada

Sin parámetros.

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

Get Batch StatusEMAILABLE_GET_BATCH_STATUSAcción

Tool to get the status and results of a batch verification job. use after submitting a batch to check its progress.

Parámetros de entrada

  • batch_idstringObligatorio

    The unique identifier for the batch verification 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

Initiate OAuth AuthorizationEMAILABLE_O_AUTH_AUTHORIZEAcción

Tool to initiate oauth 2.0 authorization code flow. use when you need to obtain an authorization code from emailable. returns the url to redirect the user to.

Parámetros de entrada

  • scopestring

    Space-delimited OAuth scopes (e.g., 'emails:read emails:write')

  • statestring

    Opaque value to maintain state between request and callback

  • client_idstringObligatorio

    The application's unique client identifier

  • redirect_urianyObligatoriouri

    Redirection URI to which the authorization code will be sent

  • response_typestring

    Must be set to 'code' for authorization code flow

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

Verify Batch EmailsEMAILABLE_VERIFY_BATCH_EMAILSAcción

Tool to verify a batch of up to 50,000 email addresses. use when you need bulk deliverability checks for many emails at once.

Parámetros de entrada

  • emailsstring[]Obligatorio

    List of email addresses to verify (1 to 50,000).

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

Verify EmailEMAILABLE_VERIFY_EMAILAcción

Tool to verify a single email address and return detailed results. use when you need to check email deliverability and risk.

Parámetros de entrada

  • emailstringObligatorio

    The email address to verify

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