What you will build
Create an n8n workflow using the Bolt Route - Email Validation & Verification node to verify single emails or submit bulk tasks.Step 1: Create your Bolt Route API key
- Create an account or log in to Bolt Route.
- Open app.boltroute.ai/api.
- Click New key.
- In the Generate API key dialog, select n8n to tag usage. Keys are universal, so the selection only tags usage.
- Enter a key name, then click Create key.
- Copy the key now. It is shown only once.
Step 2: Install the community node
- In n8n, go to Settings -> Community Nodes.
- Click Install and enter
n8n-nodes-email-verifier. - Restart n8n if the node does not appear in the editor.
- If you are already building a workflow, search for Bolt Route - Email Validation & Verification in the node picker. If it does not appear, install it from Community Nodes.
Step 3: Create credentials
- Open Credentials and click Create New.
- Search for Bolt Route API.
- Paste your API key.
- Confirm the Base URL is
https://api.boltroute.ai/api/v1unless you use a custom endpoint. - Click Test Connection and save.
Step 4: Realtime verification in n8n
- Create a new workflow and add your trigger node.
- Add Bolt Route - Email Validation & Verification.
- Set Resource to Email Verification and Operation to Verify Single Email.
- Map Email Address from your trigger.
- Execute the node. Use
status,is_disposable, andis_role_basedin downstream steps.
Step 5: Batch verification in n8n
- Add Bolt Route - Email Validation & Verification.
- Set Resource to Email Verification and Operation to Create Bulk Task.
- Map Emails to a list of addresses (one per item, up to 10,000).
- Optionally set Webhook URL if you have a receiving workflow.
- Execute the node. The response includes a task
id.
Step 6: Track results
- Add another Bolt Route - Email Validation & Verification node.
- Choose Get Task to check
progress_percentor Download Task Results to fetch the CSV/XLSX.