← Tools Reference

Bouncer

Bouncer integration (Communication, Marketing). Imported from open-connector.

API key7 toolshttps://api.usebouncer.com
GET
bouncer_get_credits
Get the current Bouncer credit balance.

/v1.1/credits

GET
bouncer_verify_email
Verify a single email address with Bouncer in real time.

/v1.1/email/verify

1 parameter
ParamTypeRequiredDescription
emailstringrequiredThe email address to verify with Bouncer.
GET
bouncer_verify_domain
Verify one domain with Bouncer and inspect its DNS and catch-all signals.

/v1.1/domain

1 parameter
ParamTypeRequiredDescription
domainstringrequiredThe domain name to verify with Bouncer.
POST
bouncer_verify_emails_batch_sync
Verify multiple email addresses with Bouncer batch sync in a single request.

/v1.1/email/verify/batch/sync

1 parameter
ParamTypeRequiredDescription
emailsarrayrequiredThe email addresses to verify with Bouncer.
POST
bouncer_create_batch_request
Create an async Bouncer batch verification request for multiple email addresses.

/v1.1/email/verify/batch

2 parameters
ParamTypeRequiredDescription
emailsarrayrequiredThe email addresses to verify with Bouncer.
callbackUrlstringoptionalThe callback URL Bouncer should notify after batch processing completes.
GET
bouncer_get_batch_status
Get the current processing status of a Bouncer batch verification request.

/v1.1/email/verify/batch

2 parameters
ParamTypeRequiredDescription
batchIdstringrequiredThe batch identifier returned by Bouncer.
includeStatsbooleanoptionalWhether Bouncer should include batch statistics in the status response.
POST
bouncer_create_toxicity_list_job
Create a Bouncer toxicity list job for multiple email addresses.

/v1/toxicity/list

1 parameter
ParamTypeRequiredDescription
emailsarrayrequiredThe email addresses to verify with Bouncer.