This workflow corresponds to n8n.io template #720 — 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 →
{
"id": "82",
"name": "Create a new list, add a new contact to the list, update the contact, and get all contacts in the list",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
290,
260
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Automizy",
"type": "n8n-nodes-base.automizy",
"position": [
490,
260
],
"parameters": {
"name": "n8n-docs",
"resource": "list"
},
"credentials": {
"automizyApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Automizy1",
"type": "n8n-nodes-base.automizy",
"position": [
690,
260
],
"parameters": {
"email": "user@example.com",
"listId": "={{$node[\"Automizy\"].json[\"id\"]}}",
"additionalFields": {
"status": "ACTIVE"
}
},
"credentials": {
"automizyApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Automizy2",
"type": "n8n-nodes-base.automizy",
"position": [
890,
260
],
"parameters": {
"email": "={{$node[\"Automizy1\"].json[\"email\"]}}",
"operation": "update",
"updateFields": {
"tags": [
"reviewer"
]
}
},
"credentials": {
"automizyApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Automizy3",
"type": "n8n-nodes-base.automizy",
"position": [
1090,
260
],
"parameters": {
"listId": "={{$node[\"Automizy\"].json[\"id\"]}}",
"operation": "getAll",
"returnAll": true,
"additionalFields": {}
},
"credentials": {
"automizyApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Automizy": {
"main": [
[
{
"node": "Automizy1",
"type": "main",
"index": 0
}
]
]
},
"Automizy1": {
"main": [
[
{
"node": "Automizy2",
"type": "main",
"index": 0
}
]
]
},
"Automizy2": {
"main": [
[
{
"node": "Automizy3",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Automizy",
"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.
automizyApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Create a new list, add a new contact to the list, update the contact, and get all contacts in the list. Uses automizy. Event-driven trigger; 5 nodes.
Source: https://n8n.io/workflows/720/ — 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.
Create a new list, add a new contact to the list, update the contact, and get all contacts in the list. Uses manualTrigger, automizy. Event-driven trigger; 5 nodes.
Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.
This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.
This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.
Agendamiento. Uses n8n-nodes-evolution-api, redis, dataTable, executeWorkflowTrigger. Event-driven trigger; 60 nodes.