AutomationFlowsEmail & Gmail › Send Mailchimp Emails Manually

Send Mailchimp Emails Manually

Original n8n title: Mailchimp

Mailchimp. Uses manualTrigger, mailchimp. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesMailchimp
Email & Gmail Trigger: Event Nodes: 2 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": "3",
  "name": "Mailchimp",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        480,
        310
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Mailchimp",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        780,
        310
      ],
      "parameters": {
        "list": "97542c5cf8",
        "email": "xxxx@email.com",
        "status": "subscribed",
        "options": {},
        "mergeFieldsUi": {
          "mergeFieldsValues": [
            {
              "name": "FNAME",
              "value": "Joe"
            }
          ]
        }
      },
      "credentials": {
        "mailchimpApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Mailchimp",
            "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

Mailchimp. Uses manualTrigger, mailchimp. Event-driven trigger; 2 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

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

Google Sheets, Mailchimp
Email & Gmail

Mailchimp. Uses mailchimp, stopAndError. Event-driven trigger; 3 nodes.

Mailchimp, Stop And Error