NAiOS IconNAiOS Logo
Volver al catálogo

Listclean

listclean

Listclean is an email verification service that helps users validate and clean their email lists to improve deliverability and maintain sender reputation.

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

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.

Create Bulk Verification ListLISTCLEAN_CREATE_BULK_VERIFICATION_LISTAcción

Tool to create a csv file with provided email addresses for bulk verification. use when you need to generate a file for bulk upload through listclean upload list.

Parámetros de entrada

  • emailsarrayObligatorio

    List of valid email addresses to include in the CSV file

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

Tool to retrieve the authenticated account's profile. use after obtaining a valid auth token to fetch user account data.

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

Tool to retrieve remaining verification credits. use when you need to check your available account credits before performing more 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

Verify Email AddressLISTCLEAN_VERIFY_EMAILAcción

Tool to verify an email's validity. use when you need to ensure an address is deliverable and non-disposable, after collecting a user's email.

Parámetros de entrada

  • emailanyObligatorioemail

    The email address to verify

Parámetros de salida

  • dataobjectObligatorio

    Detailed email verification results

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Request status, e.g., 'success' or 'error'

  • messagestring

    Additional info or error message if status is 'error'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not