AutomationFlowsEmail & Gmail › Google Sheets to Mailchimp Sync

Google Sheets to Mailchimp Sync

Original n8n title: Google Sheet to Mailchimp

Google Sheet to Mailchimp. Uses manualTrigger, googleSheets, mailchimp, interval. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesGoogle SheetsMailchimp
Email & Gmail Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

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
{
  "id": "1",
  "name": "Google Sheet to Mailchimp",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        110,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        530,
        300
      ],
      "parameters": {
        "range": "sheetone!A:C",
        "options": {},
        "sheetId": "1jwEoPPrkQ2qYMYLZ_I0hlME_Ya_p2YZvaxG10Nf_R20"
      },
      "credentials": {
        "googleApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Mailchimp",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        720,
        300
      ],
      "parameters": {
        "list": "90d12734de",
        "email": "={{$node[\"Google Sheets\"].json[\"email\"]}}",
        "status": "subscribed",
        "options": {}
      },
      "credentials": {
        "mailchimpApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Interval",
      "type": "n8n-nodes-base.interval",
      "position": [
        290,
        300
      ],
      "parameters": {
        "interval": 2
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "settings": {},
  "connections": {
    "Interval": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Mailchimp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        []
      ]
    }
  }
}

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

Google Sheet to Mailchimp. Uses manualTrigger, googleSheets, mailchimp, interval. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — 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

Schedule Mailchimp. Uses manualTrigger, scheduleTrigger, stickyNote, googleSheets. Event-driven trigger; 6 nodes.

Google Sheets, Mailchimp
Email & Gmail

This workflow captures Squarespace newsletter signups in a Google Sheet and automatically creates new Mailchimp contacts in the selected audience.

Google Sheets, Mailchimp
Email & Gmail

Workflow 3251. Uses googleSheets, mailchimp. Event-driven trigger; 6 nodes.

Google Sheets, Mailchimp
Email & Gmail

This n8n workflow automatically imports contacts from Google Sheets into your MailChimp mailing list. Perfect for businesses collecting leads through Google Forms, event registrations, or maintaining

Mailchimp, Google Sheets
Email & Gmail

Marketing Teams Email Marketers Small Business Owners Community Managers Read from Google Sheets: The workflow begins by reading all contact rows from your designated Google Sheet. Check for Existing

Google Sheets, Mailer Lite, HTTP Request