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 →
{
"name": "Automated Email Campaign Sequences",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 1
}
]
}
},
"id": "ec6fd15d-e647-4093-8406-2b99d31e1d87",
"name": "Hourly",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
260,
300
]
},
{
"parameters": {
"operation": "getAll",
"returnAll": false,
"limit": 100
},
"id": "f3ab1143-6928-4a3e-ad8b-8d66ea5a2fe7",
"name": "Get Subscribers",
"type": "n8n-nodes-base.mailchimp",
"typeVersion": 1,
"position": [
560,
300
],
"notes": "Assign Mailchimp credentials."
},
{
"parameters": {
"conditions": {
"conditions": [
{
"id": "d5d761e7-e0cd-46ab-8ede-03d30c58c622",
"leftValue": "={{ $json.opens }}",
"rightValue": 0,
"operator": {
"type": "number",
"operation": "gt"
}
}
]
}
},
"id": "eb047cb4-bb35-4b7c-91e3-7ee19c8905ac",
"name": "Engaged?",
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
860,
300
]
},
{
"parameters": {
"operation": "update"
},
"id": "3aba9152-d258-4ceb-b83d-a212add17cba",
"name": "Advance in Sequence",
"type": "n8n-nodes-base.mailchimp",
"typeVersion": 1,
"position": [
1160,
300
]
},
{
"parameters": {
"operation": "update"
},
"id": "ea967d5e-5aee-42af-8045-e947dee8c427",
"name": "Re-engage Track",
"type": "n8n-nodes-base.mailchimp",
"typeVersion": 1,
"position": [
260,
520
]
}
],
"connections": {
"Hourly": {
"main": [
[
{
"node": "Get Subscribers",
"type": "main",
"index": 0
}
]
]
},
"Get Subscribers": {
"main": [
[
{
"node": "Engaged?",
"type": "main",
"index": 0
}
]
]
},
"Engaged?": {
"main": [
[
{
"node": "Advance in Sequence",
"type": "main",
"index": 0
}
],
[
{
"node": "Re-engage Track",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Automated Email Campaign Sequences. Uses mailchimp. Scheduled trigger; 5 nodes.
Source: https://github.com/Kr8thor/n8n-templates/blob/main/workflows/automated-email-campaign-sequences.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.
Create entry in Mailchimp from Airtable. Uses airtable, mailchimp, stopAndError. Scheduled trigger; 4 nodes.
Manualtrigger Workflow. Uses googleSheets, mailchimp, stopAndError. Event-driven trigger; 7 nodes.
Google Sheet to Mailchimp. Uses googleSheets, mailchimp, stopAndError. Event-driven trigger; 5 nodes.
This n8n workflow automates the entire lead generation pipeline from discovery to outreach: Location Grid Generation and Management Generates precise lat/lng grid points covering major US cities (New
This n8n workflow is a complete marketing automation system that connects to your CDP (Customer Data Platform), selects which flows to send, and delivers personalized emails using Brevo. It's modular