Skip to content
ActionNeverBounceUpdated May 2026

How do I get NeverBounce bulk verification results?

Short answer: Drop the "NeverBounceGet NeverBounce Job Results" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Job ID
job_id
stringRequiredThe bulk verification job ID
Page
page
stringOptionalPage number for pagination
Items Per Page
items_per_page
stringOptionalNumber of items per page
Sample request
{
"job_id": "e.g. 280000",
"page": "1",
"items_per_page": "10"
}
Returns
{
"query": {
"page": 1,
"job_id": 280000,
"items_per_page": 10
},
"status": "success",
"results": [
{
"data": {
"name": "John Doe",
"email": "john@example.com"
},
"verification": {
"flags": [
"has_dns",
"has_dns_mx"
],
"result": "valid",
"suggested_correction": ""
}
}
],
"total_pages": 100,
"total_results": 1000
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get NeverBounce Job Results.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get NeverBounce Job Results.

What does the Get NeverBounce Job Results action do in NeverBounce?
Returns paginated results from a completed bulk-verification job. For "10k-email list cleaning" workflows after the bulk job finishes processing.
What inputs does Get NeverBounce Job Results require?
Required: Job ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if NeverBounce returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get NeverBounce Job Results support batch operations?
Yes. Run Get NeverBounce Job Results inside a Loop node to process arrays. Tiny Command handles NeverBounce's rate limits automatically so you don't have to throttle manually.
More actions

Other NeverBounce actions.

Send get neverbounce job results from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.