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": "Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
440,
320
],
"parameters": {
"operation": "list",
"additionalOptions": {}
},
"credentials": {
"airtableApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Lemlist",
"type": "n8n-nodes-base.lemlist",
"position": [
640,
320
],
"parameters": {
"email": "={{$json[\"fields\"][\"Email\"]}}",
"resource": "lead",
"campaignId": "cam_H5pYEryq6mRKBiy5v",
"additionalFields": {
"firstName": "={{$json[\"fields\"][\"Name\"]}}"
}
},
"credentials": {
"lemlistApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Lemlist1",
"type": "n8n-nodes-base.lemlist",
"position": [
840,
320
],
"parameters": {
"email": "={{$node[\"Airtable\"].json[\"fields\"][\"Email\"]}}",
"resource": "lead",
"operation": "get"
},
"credentials": {
"lemlistApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Lemlist": {
"main": [
[
{
"node": "Lemlist1",
"type": "main",
"index": 0
}
]
]
},
"Airtable": {
"main": [
[
{
"node": "Lemlist",
"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.
airtableApilemlistApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Airtable Lemlist. Uses airtable, lemlist. Manual trigger; 3 nodes.
Source: https://github.com/Zie619/n8n-workflows — 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.
This workflow allows you to find and verify emails and enrich your contact from a Google Sheet with Dropacontact and add them to Lemlist.
This workflow runs daily to pull contacts from Airtable, place outbound AI voice calls via Bolna.ai, analyze call transcripts with Groq, then send follow-up emails through Brevo and (for interested co
Webhook Dropcontact. Uses lemlist, hubspot, dropcontact, slack. Webhook trigger; 18 nodes.
Classify Lemlist Replies Using Openai And Automate Reply Handling. Uses markdown, lemlistTrigger, stickyNote, lmChatOpenAi. Event-driven trigger; 18 nodes.