Verifiedemail
verifiedemailVerifiedEmail offers real-time email verification and bulk email list cleaning services to ensure the accuracy and deliverability of email communications.
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ónTool to retrieve the remaining verification credits. use after confirming account authentication to ensure you have sufficient credits before performing verification operations.
VERIFIEDEMAIL_CHECK_CREDITSAcciónTool 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
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
Check File StatusVERIFIEDEMAIL_CHECK_FILE_STATUSAcciónTool to check the status of a previously uploaded file. use after uploading a file when polling for verification progress.
VERIFIEDEMAIL_CHECK_FILE_STATUSAcciónTool to check the status of a previously uploaded file. use after uploading a file when polling for verification progress.
Parámetros de entrada
file_idstringObligatorioThe ID of the file returned by the upload endpoint.
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 1-Click User DataVERIFIEDEMAIL_GET1_CLICK_USER_DATAAcciónTool 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.
VERIFIEDEMAIL_GET1_CLICK_USER_DATAAcciónTool 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
identityUuidstringObligatorioThe unique identifier for the user, obtained from the SDK or as a URL parameter on the redirect URL
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 Shared CredentialsVERIFIEDEMAIL_GET_SHARED_CREDENTIALSAcciónTool to retrieve a list of shared credential ids. use when you need to fetch all credentials shared to your account after authentication.
VERIFIEDEMAIL_GET_SHARED_CREDENTIALSAcciónTool 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
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
Update 1-Click CredentialsVERIFIEDEMAIL_POST1_CLICK_CREDENTIALS_UPDATEAcciónTool 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.
VERIFIEDEMAIL_POST1_CLICK_CREDENTIALS_UPDATEAcciónTool 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
uuidstringObligatorioThe unique identifier for the 1-Click session
credentialsobjectObligatorioAn object containing the updated credential values. Keys are credential names and values are either simple strings or nested objects.
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 Shared CredentialsVERIFIEDEMAIL_POST_GET_SHARED_CREDENTIALSAcciónTool to retrieve verified credential data shared by a user. use after obtaining a list of credential ids to fetch their details.
VERIFIEDEMAIL_POST_GET_SHARED_CREDENTIALSAcciónTool 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[]ObligatorioList of credential IDs to fetch shared credential data for
Parámetros de salida
dataobject[]ObligatorioList of credential objects matching requested IDs
errorstringError if any occurred during the execution of the action
errorsobject[]List of errors for credentials that failed to fetch
successfulbooleanObligatorioWhether or not the action execution was successful or not
Verify EmailVERIFIEDEMAIL_VERIFY_EMAILAcciónTool 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.
VERIFIEDEMAIL_VERIFY_EMAILAcciónTool 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
emailanyObligatorioemailThe email address to verify.
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