Enrich Up to 1500 Emails per Hour with Dropcontact Batch Requests - n8n Workflow | Neura Market
Enrich Up to 1500 Emails per Hour with Dropcontact Batch Requests
The template allows making Dropcontact batch requests up to 250 requests every 10 minutes (1500/hour). Valuable if high volume email enrichment is expected.
Dropcontact will look for email & basic email qualification if first_name, last_name, company_name is provided.
---
**Step 1: Node Profiles Query**
Connect your own source (Airtable, Google Sheets, Supabase,...); the template is using Postgres by default.
**Note I:**
Be careful your source is only returning a maximum of 250 items.
**Note II:**
The next node uses the following variables, make sure you can map these from your source file:
- first_name
- last_name
- website (company_name would work too)
- full_name (see note)
**Note III:**
This template is using the Dropcontact Batch API, which works in a POST & GET setup. Not a GET request only to retrieve data, as Dropcontact needs to process the batch data load properly.
---
**Step 2: Node Data Transformation**
Will transform the input variables into the proper JSON format. This JSON format is expected from the Dropcontact API to make a batch request. full_name is being used as a custom identifier to update the returned email to the proper contact in your source database.
To make things easy, use a unique identifier in the full_name variable.
---
**Step 3: Node: Bulk Dropcontact Requests.**
Enter your Dropcontact credentials in the node: Bulk Dropcontact Requests.
---
**Step 4: Connect your output source by mapping the data you like to use.**
---
**Step 5: Node: Slack (OPTIONAL)**
Connect your Slack account, if an error occurs, you will be notified.
**TIP:** Try to run the workflow with a batch of 10 (not 250) as it might need to run initially before you will be able to map the data to your final destination. Once the data fields are properly mapped, adjust back to 250.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
victor de coster
code
wait
slack
postgres
splitOut
aggregate
stickyNote
httpRequest
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.