New: Google Sheets add-on now live -- verify emails without leaving your spreadsheet.Learn More

SaatosaLogin
Native Integration

Bring BoltRoute Verification Into n8n Workflows

Use the BoltRoute community node in n8n cloud or self-hosted instances to validate emails in realtime and handle batch jobs reliably.

BoltRoute + n8n

Install the BoltRoute n8n community node to verify single emails, create bulk tasks, and download verified outputs in automated workflows.

n8n logo

Setup Time

5-10 minutes

Best For

Cloud + self-hosted workflow control

How to Set It Up

These steps are adapted from the official docs and optimized for faster first-time setup.

Step 1

Create your BoltRoute key

Generate a key in app.boltroute.ai/api and tag it for n8n to keep source-level usage visibility.

Step 2

Install the community node

In n8n Settings > Community Nodes, install n8n-nodes-email-verifier and restart if it does not appear immediately.

Step 3

Set up credentials

Create Bolt Route API credentials, paste your key, and verify the default base URL: https://api.boltroute.ai/api/v1.

Step 4

Configure realtime verification

Use Resource: Email Verification and Operation: Verify Single Email, then map email input from your trigger node.

Step 5

Run and track batch tasks

Use Create Bulk Task for list processing, then Get Task or Download Task Results to track and retrieve outputs.

Common Workflow Patterns

Use these patterns as a starting point, then customize for your CRM, forms, or outbound stack.

WorkflowTriggerOutcome
Webhook intake cleanupInbound webhook with lead payloadOnly validated emails continue to CRM and messaging steps
Nightly list hygieneCron trigger + source queryBulk task verifies up to 10,000 emails each run
Self-hosted compliance routingInternal system eventVerification happens inside your n8n-controlled environment
Result export pipelineTask completion pollingDownload CSV/XLSX results and push to storage or BI

Capabilities

  • Community node support for n8n cloud and self-hosted
  • Realtime verification via Verify Single Email operation
  • Bulk task creation with optional webhook callback URL
  • Task progress tracking with Get Task
  • Result retrieval using Download Task Results

Key Outputs

You can use these fields to build routers, score quality, and decide what happens next in your pipeline.

statusis_disposableis_role_basedtask_idprogress_percentdownloadable results

FAQ

What is the n8n package name?

Install `n8n-nodes-email-verifier` from Community Nodes. Then search for Bolt Route in the node picker.

Can I use this with self-hosted n8n?

Yes. The integration works in both n8n cloud and self-hosted deployments as long as outbound API access is allowed.

How do I check batch completion in n8n?

Use the BoltRoute Get Task operation for progress polling, then Download Task Results once the task is complete.

Ready to launch n8n verification workflows?

Use the full docs for implementation depth, then manage keys and usage in your BoltRoute dashboard.