Inbox triage
- Read incoming threads
- Classify by intent + urgency
- Draft replies for review
10 tools available
Bouncer is an email verification and validation service that helps ensure email deliverability by verifying email addresses through real-time and batch processing APIs.
Connect Bouncer to Definable to triage inboxes, draft and queue follow-ups, classify and route incoming threads. Personas call Bouncer's 10 tools directly from chat or scheduled flows. Hand off to an email persona to triage, draft, and route — with you in the loop on every outbound.
Every Bouncer action below is a callable tool any Definable persona can invoke.
Tool to check the status of a specific toxicity list job. Use after creating a toxicity list job to poll its status until completion.
Initiates an asynchronous batch email verification request. Use when you have multiple emails to verify. Returns a batch ID for tracking - use BOUNCER_GET_BATCH_RESULTS to retrieve verification results after processing completes, or provide a callback URL.
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.
Deletes a batch email verification request and all associated emails and results. Use when you need to permanently remove batch data. This operation is idempotent - calling it multiple times on the same batch ID is safe and returns success. Data is automatically deleted by Bouncer after 60 days if not deleted manually.
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.
Tool to mark a batch verification process as finished early. Use when you need to stop batch processing before all emails are verified and reclaim credits for unprocessed emails. IMPORTANT: The batch must be in 'processing' status - cannot finish a batch that is 'queued' or already 'completed'.
Tool to retrieve the results of a batch verification process. Use after submitting a batch to fetch all processed email verification outcomes. Note: If the batch is still processing, the API will return a 405 status indicating results are not yet available. Wait for the batch to complete before retrieving results.
Tool to retrieve the current credit balance for the account. Use when you need to check available credits before performing verification operations.
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.
Tool to verify a single email address in real-time. Use when validating email entry form inputs instantly.
Anything Bouncer exposes through its API. Common email workflows on Definable include triage inboxes, draft and queue follow-ups, classify and route incoming threads. Personas can call any of the 10 Bouncer tools directly, then chain the result into another integration without you writing code.
Bouncer uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 10 Bouncer tools. You only need a separate Bouncer subscription if Bouncer itself charges per seat or per API call.
Every call from a persona to Bouncer is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Bouncer, and connect via OAuth or API key. You can immediately attach Bouncer to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 10 Bouncer actions as callable tools — including `Check Toxicity List Job Status`, `Create Batch Request`, `Create Toxicity List Job`, plus 7 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.