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": "Autopilot Trigger",
"type": "n8n-nodes-base.autopilotTrigger",
"position": [
470,
200
],
"parameters": {
"event": "contactAdded"
},
"credentials": {
"autopilotApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
670,
200
],
"parameters": {
"values": {
"string": [
{
"name": "First Name",
"value": "={{$json[\"contact\"][\"FirstName\"]}}"
},
{
"name": "Last Name",
"value": "={{$json[\"contact\"][\"LastName\"]}}"
},
{
"name": "Email",
"value": "={{$json[\"contact\"][\"Email\"]}}"
}
]
},
"options": {},
"keepOnlySet": true
},
"typeVersion": 1
},
{
"name": "Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
870,
200
],
"parameters": {
"table": "Table 1",
"options": {},
"operation": "append",
"application": "appflT9EkWRGsSFM2"
},
"credentials": {
"airtableApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Set": {
"main": [
[
{
"node": "Airtable",
"type": "main",
"index": 0
}
]
]
},
"Autopilot Trigger": {
"main": [
[
{
"node": "Set",
"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.
airtableApiautopilotApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Autopilot Airtable. Uses autopilotTrigger, airtable. Event-driven 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.
Send Airtable Data As Tasks To Trello. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.
Store the output of a phantom in Airtable. Uses manualTrigger, phantombuster, airtable. Event-driven trigger; 4 nodes.
CFP Selection 2. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.
Wise Airtable. Uses wiseTrigger, wise, airtable. Event-driven trigger; 4 nodes.
Getresponse Airtable. Uses airtable, getResponseTrigger. Event-driven trigger; 3 nodes.