Emailable
emailableEmailable 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 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ónTool to retrieve account information including owner email and available credits. use when you need to confirm account status before sending email verifications.
EMAILABLE_GET_ACCOUNT_INFOAcciónTool 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
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 Batch StatusEMAILABLE_GET_BATCH_STATUSAcciónTool to get the status and results of a batch verification job. use after submitting a batch to check its progress.
EMAILABLE_GET_BATCH_STATUSAcciónTool 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_idstringObligatorioThe unique identifier for the batch verification job.
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
Initiate OAuth AuthorizationEMAILABLE_O_AUTH_AUTHORIZEAcciónTool 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.
EMAILABLE_O_AUTH_AUTHORIZEAcciónTool 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
scopestringSpace-delimited OAuth scopes (e.g., 'emails:read emails:write')
statestringOpaque value to maintain state between request and callback
client_idstringObligatorioThe application's unique client identifier
redirect_urianyObligatoriouriRedirection URI to which the authorization code will be sent
response_typestringMust be set to 'code' for authorization code flow
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 Batch EmailsEMAILABLE_VERIFY_BATCH_EMAILSAcciónTool to verify a batch of up to 50,000 email addresses. use when you need bulk deliverability checks for many emails at once.
EMAILABLE_VERIFY_BATCH_EMAILSAcciónTool 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[]ObligatorioList of email addresses to verify (1 to 50,000).
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 EmailEMAILABLE_VERIFY_EMAILAcciónTool to verify a single email address and return detailed results. use when you need to check email deliverability and risk.
EMAILABLE_VERIFY_EMAILAcciónTool to verify a single email address and return detailed results. use when you need to check email deliverability and risk.
Parámetros de entrada
emailstringObligatorioThe 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