Community Dropcontact Bulk Enrichment
detail.loadingPreview
Bulk enrich leads using Dropcontact API.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow allows you to bulk enrich leads using the Dropcontact API. It queries your PostgreSQL database for leads that haven't been enriched yet, formats them for the Dropcontact API, sends them in batches, and then updates your database with the enriched data.
Key Features
- Fetches leads from PostgreSQL.
- Batches requests for the Dropcontact API.
- Handles asynchronous Dropcontact requests.
- Updates enriched data back into PostgreSQL.
- Configurable wait times between requests.
How To Use
- Ensure you have a PostgreSQL database with a
profilestable containingfirst_name,last_name,domain, andfull_namecolumns. - Configure your PostgreSQL credentials in n8n.
- Configure your Dropcontact API credentials in n8n.
- Set the
API_BASE_URLandBASE_URLenvironment variables in your n8n setup. - Adjust the SQL query in the
PROFILES QUERYnode to match your specific needs for lead selection. - The
BULK DROPCONTACT REQUESTSnode is configured for POST requests and usesapiKeyfor authentication. Ensure this matches your Dropcontact API setup. - The
Wait2node is set to 600 seconds (10 minutes). Adjust this value as needed based on Dropcontact API rate limits and your workflow requirements. - The
Postgresnode for updating the database is configured to update specific fields. Ensure the column names and values match your schema.
Apps Used
Workflow JSON
{
"id": "90e80d3b-dec2-4b84-8cc5-e1fa817cac3b",
"name": "Community Dropcontact Bulk Enrichment",
"nodes": 0,
"category": "Data Enrichment",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 90e80d3b-dec2...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Icypeas Email Search (Bulk)
Search for email addresses in bulk using Icypeas.
ProspectLens Company Research
Automates company research using ProspectLens API and Google Sheets.
LinkedIn Profile Enrichment to Google Sheets
Enriches LinkedIn profiles with data from an API and updates a Google Sheet.
Fetch Company Data with UpLead
Retrieve detailed information about a company using the UpLead API.
Enrich Company Data from Google Sheet with OpenAI Agent and Scraper Tool
Automates enrichment of company data from a Google Sheet using OpenAI and a web scraping tool.
AI Powered Company Data Enrichment
Enriches company data using AI and external tools like OpenAI, SerpAPI, and web scraping.