Skip to main content

Send daily Mailchimp subscriber reports to Slack

Workflow preview

Workflow preview
100%
Send daily Mailchimp subscriber reports to Slack preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

What this workflow does 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 with...

Best for

  • Market Research automation workflows
  • Multimodal AI automation workflows
  • beginner n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.mailchimp, n8n-nodes-base.stickynote, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ziad Adel.

Original n8n.io source

1.1 Workflow description

Title
Send daily Mailchimp subscriber reports to Slack
Workflow name
Send daily Mailchimp subscriber reports to Slack

What this workflow does

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.

How it works

  1. Cron Trigger starts the workflow once per day (default: 09:00).
  2. Mailchimp node retrieves the total number of subscribers for a specific list.
  3. Slack node posts a formatted message with the subscriber count into your chosen Slack channel.

Pre-conditions / Requirements

  • A Mailchimp account with API access enabled.
  • At least one Mailchimp audience list created (you’ll need the List ID).
  • A Slack workspace with permission to post to your chosen channel.
  • n8n connected to both Mailchimp and Slack via credentials.

Setup

  1. Cron Trigger

    • Default is set to 09:00 AM daily. Adjust the time or frequency as needed.
  2. Mailchimp: Get Subscribers

    • Connect your Mailchimp account in n8n credentials.
    • Replace {{MAILCHIMP_LIST_ID}} with the List ID of the audience you want to monitor.
    • To find the List ID: Log into Mailchimp → Audience → All contacts → Settings → Audience name and defaults.
  3. Slack: Send Summary

    • Connect your Slack account in n8n credentials.
    • Replace {{SLACK_CHANNEL}} with the name of the channel where the summary should appear (e.g., #marketing).
    • The message template can be customized, e.g., include emojis, or additional Mailchimp stats.

Customization Options

  • Multiple lists: Duplicate the Mailchimp node for different audience lists and send combined stats.
  • Formatting: Add more details like new subscribers in the last 24h by comparing with previous runs (using Google Sheets or a database).
  • Notifications: Instead of Slack, send the update to email or Microsoft Teams by swapping the output node.

Benefits

  • Automation: Removes the need for manual Mailchimp checks.
  • Visibility: Keeps the whole team updated on subscriber growth in real time.
  • Motivation: Celebrate growth milestones directly in team channels.

Use Cases

  • Daily subscriber growth tracking for newsletters.
  • Sharing metrics with leadership without giving Mailchimp access.
  • Monitoring the effectiveness of campaigns in near real time.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Start: Daily at 09:00

Type / Role
n8n-nodes-base.cron - cron
Config choices
Version 1

Block 2 - Mailchimp: Get Subscribers

Type / Role
n8n-nodes-base.mailchimp - mailchimp
Config choices
Version 1

Block 3 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Daily Mailchimp Report Message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

3. Summary Table

Workflow Send daily Mailchimp subscriber reports to Slack
Complexity beginner
Nodes 4
Categories Market Research, Multimodal AI
Author Ziad Adel
Published 19 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7603/7603.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send daily Mailchimp subscriber reports to Slack do?

What this workflow does 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 with...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, Multimodal AI use case.