Get Credits
BOUNCER_GET_CREDITSRetrieves your current account credit balance to help you manage verification costs and plan your API usage. Use this before running verification operations to ensure you have sufficient credits available.
Bouncer
10 actions for Bouncer workflows.
Operations are the actions a workflow can take in Bouncer, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Retrieve your current credit balance to monitor usage and billing within your Bouncer integration workflows. This operation helps you track remaining validation capacity before implementing rate limiting or alerting logic in your automation.
Get Credits
BOUNCER_GET_CREDITSRetrieves your current account credit balance to help you manage verification costs and plan your API usage. Use this before running verification operations to ensure you have sufficient credits available.
Handle bulk validation jobs by creating batch requests, retrieving results, and managing their lifecycle. These operations enable you to process large lists of emails or domains asynchronously, making them ideal for periodic data quality checks or large-scale verification campaigns.
Create Batch Request
BOUNCER_CREATE_BATCH_REQUESTSubmit multiple email addresses at once for verification and receive a batch ID to track the verification progress asynchronously. This is ideal when you need to validate large lists of emails without waiting for immediate results.
Get Batch Results
BOUNCER_GET_BATCH_RESULTSRetrieve the verification results from a batch email validation process to see which addresses are valid, invalid, or risky. This lets you clean your contact list and improve deliverability before sending campaigns.
Delete batch request
BOUNCER_DELETE_BATCH_REQUESTRemove a batch email verification request and all its associated data permanently from your account. This is useful for cleaning up completed verification projects or managing your data retention.
Finish Batch
BOUNCER_FINISH_BATCHStops a batch email verification process early and returns unused credits for unverified emails, allowing you to reallocate resources when you no longer need to verify remaining emails in a batch.
Create and monitor jobs that scan email lists for toxic or problematic addresses based on Bouncer's toxicity database. Use these operations when you need to filter out harmful accounts from your contact lists during bulk import or list cleaning workflows.
Check Toxicity List Job Status
BOUNCER_CHECK_TOXICITY_LIST_JOB_STATUSMonitor the progress of a toxicity screening batch job to know when your content analysis is complete and ready to review. This lets you track long-running moderation tasks without manually checking back repeatedly.
Create Toxicity List Job
BOUNCER_CREATE_TOXICITY_LIST_JOBBatch process multiple email addresses to identify toxic or abusive accounts in one operation, helping you quickly screen large contact lists for safety and compliance. This is useful when you need to analyze many emails simultaneously rather than checking them individually.
Delete Toxicity List Job
BOUNCER_DELETE_TOXICITY_LIST_JOBRemoves a completed or unwanted toxicity analysis job from your account to clean up old scanning tasks and free up workspace. This helps you maintain an organized list of active moderation jobs.
Validate individual email addresses and domains to confirm deliverability and authenticity in real-time workflows. These operations are essential for sign-up forms, contact validation, and on-demand address verification scenarios.
Verify Email
BOUNCER_VERIFY_EMAILCheck whether an email address is valid and deliverable in real-time, helping you catch invalid entries before they're stored in your system. This prevents wasted marketing efforts and ensures clean contact databases.
Verify Domain
BOUNCER_VERIFY_DOMAINConfirms whether a domain is properly configured and can receive emails by checking its MX records and catch-all settings.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.