Listclean
listcleanListclean is an email verification service that helps users validate and clean their email lists to improve deliverability and maintain sender reputation.
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ónTool 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.
LISTCLEAN_CREATE_BULK_VERIFICATION_LISTAcciónTool 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
emailsarrayObligatorioList of valid email addresses to include in the CSV file
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Account ProfileLISTCLEAN_GET_ACCOUNT_PROFILEAcciónTool to retrieve the authenticated account's profile. use after obtaining a valid auth token to fetch user account data.
LISTCLEAN_GET_ACCOUNT_PROFILEAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Remaining CreditsLISTCLEAN_GET_CREDITSAcciónTool to retrieve remaining verification credits. use when you need to check your available account credits before performing more email verifications.
LISTCLEAN_GET_CREDITSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Verify Email AddressLISTCLEAN_VERIFY_EMAILAcciónTool 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.
LISTCLEAN_VERIFY_EMAILAcciónTool 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
emailanyObligatorioemailThe email address to verify
Parámetros de salida
dataobjectObligatorioDetailed email verification results
errorstringError if any occurred during the execution of the action
statusstringObligatorioRequest status, e.g., 'success' or 'error'
messagestringAdditional info or error message if status is 'error'
successfulbooleanObligatorioWhether or not the action execution was successful or not