Bouncer
bouncerBouncer is an email verification and validation service that helps ensure email deliverability by verifying email addresses through real-time and batch processing APIs.
Acciones disponibles (9)
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 Toxicity List Job StatusBOUNCER_CHECK_TOXICITY_LIST_JOB_STATUSAcciónTool to check the status of a specific toxicity list job. use after creating a toxicity list job to poll its status until completion.
BOUNCER_CHECK_TOXICITY_LIST_JOB_STATUSAcciónTool to check the status of a specific toxicity list job. use after creating a toxicity list job to poll its status until completion.
Parámetros de entrada
idstringObligatorioUnique identifier of the toxicity list job to query
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
Create Batch RequestBOUNCER_CREATE_BATCH_REQUESTAcciónTool to initiate a batch email verification request. use when you have multiple emails to verify in one api call. returns a batch id and initial status.
BOUNCER_CREATE_BATCH_REQUESTAcciónTool to initiate a batch email verification request. use when you have multiple emails to verify in one api call. returns a batch id and initial status.
Parámetros de entrada
itemsobject[]ObligatorioList of email objects to verify in the batch
callbackstringOptional URL to receive a callback when processing completes
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
Create Toxicity List JobBOUNCER_CREATE_TOXICITY_LIST_JOBAcciónTool to create a toxicity analysis job for a list of email addresses. use when you need to batch-process toxicity checks for multiple emails at once.
BOUNCER_CREATE_TOXICITY_LIST_JOBAcciónTool to create a toxicity analysis job for a list of email addresses. use when you need to batch-process toxicity checks for multiple emails at once.
Parámetros de entrada
emailsarrayObligatorioList of email addresses to analyze for toxicity
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
Delete batch requestBOUNCER_DELETE_BATCH_REQUESTAcciónTool to delete a batch verification request. use when you need to remove all associated emails and results for a specific batch after confirming that the batch data is no longer required.
BOUNCER_DELETE_BATCH_REQUESTAcciónTool to delete a batch verification request. use when you need to remove all associated emails and results for a specific batch after confirming that the batch data is no longer required.
Parámetros de entrada
batch_idstringObligatorioThe unique identifier of the batch to delete.
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
Delete Toxicity List JobBOUNCER_DELETE_TOXICITY_LIST_JOBAcciónTool to delete a specific toxicity list job. use when you need to remove a completed or unwanted toxicity analysis job after confirming its id.
BOUNCER_DELETE_TOXICITY_LIST_JOBAcciónTool to delete a specific toxicity list job. use when you need to remove a completed or unwanted toxicity analysis job after confirming its id.
Parámetros de entrada
idstringObligatorioThe unique identifier of the toxicity list job to delete
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
Finish BatchBOUNCER_FINISH_BATCHAcciónTool to mark a batch verification process as finished. use after batch processing completes to stop further verifications and reclaim unused credits.
BOUNCER_FINISH_BATCHAcciónTool to mark a batch verification process as finished. use after batch processing completes to stop further verifications and reclaim unused credits.
Parámetros de entrada
batch_idstringObligatorioUnique identifier of the batch to finish
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 ResultsBOUNCER_GET_BATCH_RESULTSAcciónTool to retrieve the results of a batch verification process. use after submitting a batch to fetch all processed email verification outcomes.
BOUNCER_GET_BATCH_RESULTSAcciónTool to retrieve the results of a batch verification process. use after submitting a batch to fetch all processed email verification outcomes.
Parámetros de entrada
batch_idstringObligatorioUnique identifier of the batch to retrieve results for.
downloadstringenumFilter which email statuses to include in results; one of: 'all', 'deliverable', 'risky', 'undeliverable', 'unknown'.
alldeliverableriskyundeliverableunknown
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 DomainBOUNCER_VERIFY_DOMAINAcciónTool to verify the validity and configuration of a domain. use when you need to confirm the domain's mx records and catch-all behavior.
BOUNCER_VERIFY_DOMAINAcciónTool to verify the validity and configuration of a domain. use when you need to confirm the domain's mx records and catch-all behavior.
Parámetros de entrada
domainstringObligatorioDomain name to verify (e.g., 'usebouncer.com').
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 EmailBOUNCER_VERIFY_EMAILAcciónTool to verify a single email address in real-time. use when validating email entry form inputs instantly.
BOUNCER_VERIFY_EMAILAcciónTool to verify a single email address in real-time. use when validating email entry form inputs instantly.
Parámetros de entrada
emailanyObligatorioemailEmail address to verify in real-time.
timeoutintegerTimeout for verification in seconds (default: 10).
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