{
  "name": "Auto-import contacts from Google Sheets to MailChimp subscriber lists",
  "nodes": [
    {
      "id": "597e03c8-f634-4b1c-add0-e98c39019603",
      "name": "Workflow Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2200,
        -340
      ],
      "parameters": {
        "width": 400,
        "height": 800,
        "content": "# Google Sheets to MailChimp Sync Workflow\n\n## Features:\n- **Simple Setup**: Connect your Google Sheets and MailChimp accounts\n- **Automated Processing**: Reads contact data from your sheet\n- **Smart "
      }
    },
    {
      "id": "1bef150a-fd2b-4615-9252-81b094ef99f2",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -1020,
        -340
      ]
    },
    {
      "id": "d5d6c985-cb23-4919-9267-e57c4138fe61",
      "name": "When clicking 'Execute workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1460,
        -340
      ]
    },
    {
      "id": "2b86344d-a425-43f0-82f9-e441279ce653",
      "name": "Format Subscriber Data",
      "type": "n8n-nodes-base.code",
      "position": [
        -800,
        -340
      ]
    },
    {
      "id": "f83a85d7-5411-48a6-9f43-b16ea14d3ea9",
      "name": "Add to MailChimp",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        -540,
        -340
      ]
    },
    {
      "id": "1d40a00a-17f1-4ad3-9ea8-e31534f9ebae",
      "name": "Create Import Summary",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        -340
      ]
    },
    {
      "id": "c33257fa-1fd0-4547-8113-0eccf826319d",
      "name": "Get Google Sheet Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1240,
        -340
      ]
    }
  ],
  "connections": {
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Format Subscriber Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add to MailChimp": {
      "main": [
        [
          {
            "node": "Create Import Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Google Sheet Data": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Subscriber Data": {
      "main": [
        [
          {
            "node": "Add to MailChimp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking 'Execute workflow'": {
      "main": [
        [
          {
            "node": "Get Google Sheet Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}