NeverBounce

NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.

12 actions Integration catalog
Request access
Connect NeverBounce once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get Account InfoNEVERBOUNCE_ACCOUNT_INFO
Tool to get account information including credits, job counts, and usage statistics. Use when retrieving NeverBounce account summary after authentication.
Confirm Proof of EmailNEVERBOUNCE_CONFIRM_POE
Tool to confirm proof of email ownership (POE) from the JavaScript widget. Use when verifying server-side that a user confirmed their email through the widget.
Create NeverBounce Bulk Verification JobNEVERBOUNCE_JOBS_CREATE
Tool to create a new bulk verification job with parsing, sampling, and callback options. Use for asynchronous list verification with advanced control.
Delete NeverBounce JobNEVERBOUNCE_JOBS_DELETE
Tool to permanently delete a job and its results. Use when you need to irreversibly remove a bulk verification job. This delete is irreversible.
Download Job Results (GET)NEVERBOUNCE_JOBS_DOWNLOAD_GET
Tool to download job results as a CSV file via GET. Use after job completion to retrieve segmented or enriched CSV output.
Retrieve Job ResultsNEVERBOUNCE_JOBS_RESULTS
Tool to retrieve paginated results for a completed job, including original data and verification outcomes. Use after confirming job completion; avoid aggressive polling as repeated calls before completion risk rate limit errors.
Start NeverBounce JobNEVERBOUNCE_JOBS_START
Tool to start a parsed job when auto_start is disabled. Use when you need to manually initiate a job that was created with auto_start=false.
Get bulk job statusNEVERBOUNCE_JOBS_STATUS
Tool to get the status and progress of a bulk verification job. Use when
Parse NeverBounce JobNEVERBOUNCE_PARSE_JOB
Tool to parse a job created with auto_parse disabled. Use when you need to manually parse a job. Cannot reparse once parsed.
Search bulk verification jobsNEVERBOUNCE_SEARCH_JOBS
Tool to search and list bulk verification jobs in your account with pagination and filtering. Use when retrieving jobs by id, filename, or status, or when listing all jobs with pagination.
NeverBounce Single CheckNEVERBOUNCE_SINGLE_CHECK
Tool to verify a single email address and gather additional information. Use when you need real-time validation at the point of entry.
JS Widget Send EventNEVERBOUNCE_WIDGET_SEND_EVENT
Tool to send widget form events via the JS widget API. Use when reporting form.load or form.completion events after user interactions with your form.