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
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 →