NAiOS IconNAiOS Logo
Volver al catálogo

Verifiedemail

verifiedemail

VerifiedEmail offers real-time email verification and bulk email list cleaning services to ensure the accuracy and deliverability of email communications.

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

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

Tool to retrieve the remaining verification credits. use after confirming account authentication to ensure you have sufficient credits before performing verification operations.

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

Check File StatusVERIFIEDEMAIL_CHECK_FILE_STATUSAcción

Tool to check the status of a previously uploaded file. use after uploading a file when polling for verification progress.

Parámetros de entrada

  • file_idstringObligatorio

    The ID of the file returned by the upload endpoint.

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 1-Click User DataVERIFIEDEMAIL_GET1_CLICK_USER_DATAAcción

Tool to retrieve data for a user who has completed a 1-click signup flow. use after you have the identityuuid to fetch the verified user's full profile.

Parámetros de entrada

  • identityUuidstringObligatorio

    The unique identifier for the user, obtained from the SDK or as a URL parameter on the redirect URL

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

Tool to retrieve a list of shared credential ids. use when you need to fetch all credentials shared to your account after authentication.

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

Update 1-Click CredentialsVERIFIEDEMAIL_POST1_CLICK_CREDENTIALS_UPDATEAcción

Tool to update 1-click credentials. use after obtaining a 1-click session uuid when you need to update user-provided credential values in a non-hosted or trusted flow.

Parámetros de entrada

  • uuidstringObligatorio

    The unique identifier for the 1-Click session

  • credentialsobjectObligatorio

    An object containing the updated credential values. Keys are credential names and values are either simple strings or nested objects.

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

Tool to retrieve verified credential data shared by a user. use after obtaining a list of credential ids to fetch their details.

Parámetros de entrada

  • credential_idsstring[]Obligatorio

    List of credential IDs to fetch shared credential data for

Parámetros de salida

  • dataobject[]Obligatorio

    List of credential objects matching requested IDs

  • errorstring

    Error if any occurred during the execution of the action

  • errorsobject[]

    List of errors for credentials that failed to fetch

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Verify EmailVERIFIEDEMAIL_VERIFY_EMAILAcción

Tool to verify the deliverability and validity of an email address. use when you need to confirm if an email can receive mail by checking server existence, mailbox status, and more.

Parámetros de entrada

  • emailanyObligatorioemail

    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