Bouncer

Learn how to use Bouncer with Composio

Overview

Enum

BOUNCER

Description

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

Authentication Details

api_key
stringRequired

Actions

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.

Action Parameters

callback
string
items
arrayRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

emails
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to mark a batch verification process as finished. use after batch processing completes to stop further verifications and reclaim unused credits.

Action Parameters

batch_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

domain
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to verify a single email address in real-time. use when validating email entry form inputs instantly.

Action Parameters

email
Required
timeout
integerDefaults to 10

Action Response

data
object
error
string
successful
boolean
Tool to check the status of a specific toxicity list job. use after creating a toxicity list job to poll its status until completion.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

batch_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the results of a batch verification process. use after submitting a batch to fetch all processed email verification outcomes.

Action Parameters

batch_id
stringRequired
download
string

Action Response

data
object
error
string
successful
boolean