NAiOS IconNAiOS Logo
Volver al catálogo

Bouncer

bouncer

Bouncer is an email verification and validation service that helps ensure email deliverability by verifying email addresses through real-time and batch processing APIs.

Acciones
9
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 (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ón

Tool 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

  • idstringObligatorio

    Unique identifier of the toxicity list job to query

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

Create Batch RequestBOUNCER_CREATE_BATCH_REQUESTAcción

Tool 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[]Obligatorio

    List of email objects to verify in the batch

  • callbackstring

    Optional URL to receive a callback when processing completes

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

Create Toxicity List JobBOUNCER_CREATE_TOXICITY_LIST_JOBAcción

Tool 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

  • emailsarrayObligatorio

    List of email addresses to analyze for toxicity

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

Delete batch requestBOUNCER_DELETE_BATCH_REQUESTAcción

Tool 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_idstringObligatorio

    The unique identifier of the batch to delete.

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

Delete Toxicity List JobBOUNCER_DELETE_TOXICITY_LIST_JOBAcción

Tool 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

  • idstringObligatorio

    The unique identifier of the toxicity list job to delete

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

Finish BatchBOUNCER_FINISH_BATCHAcción

Tool 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_idstringObligatorio

    Unique identifier of the batch to finish

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 Batch ResultsBOUNCER_GET_BATCH_RESULTSAcción

Tool 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_idstringObligatorio

    Unique identifier of the batch to retrieve results for.

  • downloadstringenum

    Filter which email statuses to include in results; one of: 'all', 'deliverable', 'risky', 'undeliverable', 'unknown'.

    alldeliverableriskyundeliverableunknown

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 DomainBOUNCER_VERIFY_DOMAINAcción

Tool 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

  • domainstringObligatorio

    Domain name to verify (e.g., 'usebouncer.com').

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 EmailBOUNCER_VERIFY_EMAILAcción

Tool to verify a single email address in real-time. use when validating email entry form inputs instantly.

Parámetros de entrada

  • emailanyObligatorioemail

    Email address to verify in real-time.

  • timeoutinteger

    Timeout for verification in seconds (default: 10).

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