AutomationFlowsEmail & Gmail › Send Daily Mailchimp Subscriber Reports to Slack

Send Daily Mailchimp Subscriber Reports to Slack

ByZiad Adel @ziadadel on n8n.io

This workflow sends a daily Slack report with the current number of subscribers in your Mailchimp list. It’s a simple way to keep your marketing or growth team informed without logging into Mailchimp. Cron Trigger starts the workflow once per day (default: 09:00). Mailchimp node…

Cron / scheduled trigger★★☆☆☆ complexity4 nodesMailchimpSlack
Email & Gmail Trigger: Cron / scheduled Nodes: 4 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #7603 — 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 →

Download .json
{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "5dc54994-6a96-4da6-9122-892c51c612a7",
      "name": "Start: Daily at 09:00",
      "type": "n8n-nodes-base.cron",
      "position": [
        304,
        112
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 9
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3a4fd506-a282-4bd6-bcae-53b19ef9c8ad",
      "name": "Mailchimp: Get Subscribers",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        528,
        112
      ],
      "parameters": {
        "options": {},
        "operation": "getAll"
      },
      "typeVersion": 1
    },
    {
      "id": "0a75096a-b785-4bd2-a2de-b3742bc60f95",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -144
      ],
      "parameters": {
        "width": 544,
        "height": 640,
        "content": "# Daily Slack Summary of Mailchimp Subscribers\n\n## What this workflow does\nThis workflow sends a **daily Slack report** of your Mailchimp subscriber count.  \nIt helps marketing and growth teams stay up to date without opening Mailchimp.\n\n## How it works\n1. **Cron Trigger** runs once per day (default: 9:00 AM).  \n2. **Mailchimp node** fetches the total number of subscribers in a list.  \n3. **Slack node** posts a message with the subscriber count into your chosen Slack channel.\n\n## Setup\n- **Mailchimp:** Connect your Mailchimp account and replace `{{MAILCHIMP_LIST_ID}}` with the ID of your audience list.  \n- **Slack:** Connect your Slack account and replace `{{SLACK_CHANNEL}}` with the target channel (e.g. `#marketing`).  \n- Adjust the Cron schedule if you prefer another time."
      },
      "typeVersion": 1
    },
    {
      "id": "a7e417e8-9d41-4b6f-a364-4677012b83f6",
      "name": "Daily Mailchimp Report Message",
      "type": "n8n-nodes-base.slack",
      "position": [
        784,
        112
      ],
      "parameters": {
        "text": "=\ud83d\udcca Daily Mailchimp Report:|Total Subscribers: {{$json[\"_total\"]}}",
        "otherOptions": {}
      },
      "credentials": {
        "slackApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2.3
    }
  ],
  "connections": {
    "Start: Daily at 09:00": {
      "main": [
        [
          {
            "node": "Mailchimp: Get Subscribers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mailchimp: Get Subscribers": {
      "main": [
        [
          {
            "node": "Daily Mailchimp Report Message",
            "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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow sends a daily Slack report with the current number of subscribers in your Mailchimp list. It’s a simple way to keep your marketing or growth team informed without logging into Mailchimp. Cron Trigger starts the workflow once per day (default: 09:00). Mailchimp node…

Source: https://n8n.io/workflows/7603/ — original creator credit. Request a take-down →

More Email & Gmail workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Email & Gmail

Hubspot Mailchimp. Uses functionItem, hubspot, mailchimp. Scheduled trigger; 5 nodes.

Function Item, HubSpot, Mailchimp
Email & Gmail

This workflow sends new Mailchimp subscribers to HubSpot as new or updated contacts. Mailchimp account and Mailchimp credentials HubSpot account and HubSpot credentials Cron node triggers this workflo

Function Item, HubSpot, Mailchimp
Email & Gmail

Create entry in Mailchimp from Airtable. Uses airtable, mailchimp. Scheduled trigger; 3 nodes.

Airtable, Mailchimp
Email & Gmail

Hubspot Mailchimp. Uses hubspot, mailchimp. Scheduled trigger; 3 nodes.

HubSpot, Mailchimp
Email & Gmail

This workflow adds new HubSpot contacts to the Mailchimp email list. HubSpot account and HubSpot credentials Mailchimp account and Mailchimp credentials Cron node triggers this workflow every day at 7

HubSpot, Mailchimp