{
  "name": "Gather leads in Google Sheet and Mailchimp",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        110,
        300
      ]
    },
    {
      "id": null,
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        530,
        300
      ]
    },
    {
      "id": null,
      "name": "Mailchimp",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        720,
        300
      ]
    },
    {
      "id": null,
      "name": "Interval",
      "type": "n8n-nodes-base.interval",
      "position": [
        290,
        300
      ]
    }
  ],
  "connections": {
    "Interval": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Mailchimp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        []
      ]
    }
  }
}