This workflow corresponds to n8n.io template #1304 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Dropcontact",
"type": "n8n-nodes-base.dropcontact",
"position": [
650,
300
],
"parameters": {
"email": "={{$json[\"email\"]}}",
"options": {
"siren": true,
"language": "fr"
},
"additionalFields": {
"company": "={{$json[\"companyName\"]}}",
"website": "={{$json[\"website\"]}}",
"linkedin": "={{$json[\"LinkedIn\"]}}",
"full_name": "={{$json[\"fullName\"]}}",
"last_name": "={{$json[\"lastName\"]}}",
"first_name": "={{$json[\"firstName\"]}}"
}
},
"credentials": {
"dropcontactApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
450,
300
],
"parameters": {
"range": "A:K",
"options": {
"continue": false
},
"sheetId": "",
"authentication": "oAuth2"
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Lemlist",
"type": "n8n-nodes-base.lemlist",
"position": [
850,
300
],
"parameters": {
"email": "={{$node[\"Dropcontact\"].json[\"email\"][0][\"email\"]}}",
"resource": "lead",
"campaignId": "",
"additionalFields": {
"lastName": "={{$node[\"Dropcontact\"].json[\"last_name\"]}}",
"firstName": "={{$node[\"Dropcontact\"].json[\"first_name\"]}}",
"companyName": "={{$node[\"Dropcontact\"].json[\"company\"]}}"
}
},
"credentials": {
"lemlistApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
}
],
"connections": {
"Dropcontact": {
"main": [
[
{
"node": "Lemlist",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "Dropcontact",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
dropcontactApigoogleSheetsOAuth2ApilemlistApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow allows you to find and verify emails and enrich your contact from a Google Sheet with Dropacontact and add them to Lemlist.
Source: https://n8n.io/workflows/1304/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manual Googlesheets. Uses manualTrigger, dropcontact, googleSheets, lemlist. Event-driven trigger; 4 nodes.
Discord Hunter. Uses formTrigger, googleSheets, gmail, discord. Event-driven trigger; 12 nodes.
This workflow is a powerful, two-phase system designed to automate the entire passive candidate sourcing and engagement cycle.
Webhook Dropcontact. Uses lemlist, hubspot, dropcontact, slack. Webhook trigger; 18 nodes.
How It Works Starts with a Manual Trigger Reads lead list from Google Sheet Filter rows where email wasn’t sent Generate personalized email body (AI) Generate email subject line (AI) Merge AI outputs