Marketing & Advertising Automation

Mailchimp

Mailchimp

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

1.03 KB
{
  "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": "[email protected]",
        "status": "subscribed",
        "options": {},
        "mergeFieldsUi": {
          "mergeFieldsValues": [
            {
              "name": "FNAME",
              "value": "Joe"
            }
          ]
        }
      },
      "credentials": {
        "mailchimpApi": "mailchimpAPI"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Mailchimp",
            "type": "main",
         ...

Showing first 1000 characters. Click "Expand" to view the full JSON.