Marketing & Advertising Automation
Create entry in Mailchimp from Airtable
Create entry in Mailchimp from Airtable
Scheduled
Medium
3
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.91 KB
{
"id": "1",
"name": "Create entry in Mailchimp from Airtable",
"nodes": [
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
450,
450
],
"parameters": {
"triggerTimes": {
"item": [
{}
]
}
},
"typeVersion": 1
},
{
"name": "Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
650,
450
],
"parameters": {
"table": "Users",
"operation": "list",
"application": "=apprZs8g4tIGDUtqQ",
"additionalOptions": {
"fields": [
"Name",
"Email",
"Interest"
]
}
},
"credentials": {
"airtableApi": "[email protected]"
},
"typeVersion": 1
},
{
"name": "Mailchimp",
"type": "n8n-nodes-base.mailchimp",
"position": [
840,
450
],
"parameter...Showing first 1000 characters. Click "Expand" to view the full JSON.