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",
"type": "n8n-nodes-base.autopilot",
"position": [
470,
320
],
"parameters": {
"name": "n8n-docs",
"resource": "list"
},
"credentials": {
"autopilotApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Autopilot1",
"type": "n8n-nodes-base.autopilot",
"position": [
670,
320
],
"parameters": {
"email": "",
"additionalFields": {
"autopilotList": "={{$json[\"list_id\"]}}"
}
},
"credentials": {
"autopilotApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Autopilot2",
"type": "n8n-nodes-base.autopilot",
"position": [
870,
320
],
"parameters": {
"email": "={{$node[\"Autopilot1\"].parameter[\"email\"]}}",
"additionalFields": {
"Company": "n8n"
}
},
"credentials": {
"autopilotApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Autopilot3",
"type": "n8n-nodes-base.autopilot",
"position": [
1070,
320
],
"parameters": {
"listId": "={{$node[\"Autopilot\"].json[\"list_id\"]}}",
"resource": "contactList",
"operation": "getAll",
"returnAll": true
},
"credentials": {
"autopilotApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Autopilot": {
"main": [
[
{
"node": "Autopilot1",
"type": "main",
"index": 0
}
]
]
},
"Autopilot1": {
"main": [
[
{
"node": "Autopilot2",
"type": "main",
"index": 0
}
]
]
},
"Autopilot2": {
"main": [
[
{
"node": "Autopilot3",
"type": "main",
"index": 0
}
]
]
}
},
"id": "990",
"name": "Manage contacts via Autopilot"
}
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.
autopilotApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.
Source: https://github.com/tommyshum/n8n_template_library/blob/87d0b7db31db00fcf781424ca7d9e86f1c9a9e1b/templates/official/template_990/workflow.json — 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.
Manage transfers automatically in Wise. Uses wise. Manual trigger; 4 nodes.
Google Sheets Data Processing Template. Uses googleSheets, noOp. Manual trigger; 7 nodes.
DocuFlow Universal Extraction. Uses start, httpRequest. Manual trigger; 7 nodes.