{
  "name": "Add new contacts from HubSpot to the email list in Mailchimp",
  "nodes": [
    {
      "id": "30d8dca1-8e70-443e-a5b0-a048d6e3dc1c",
      "name": "Every day at 07:00",
      "type": "n8n-nodes-base.cron",
      "position": [
        480,
        300
      ]
    },
    {
      "id": "1e7b278f-7c6f-473c-acda-51fa5cf6bd00",
      "name": "Get new contacts",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        700,
        300
      ]
    },
    {
      "id": "003da27c-752e-47b6-b263-c90060b677f5",
      "name": "Create member",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        920,
        300
      ]
    }
  ],
  "connections": {
    "Get new contacts": {
      "main": [
        [
          {
            "node": "Create member",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every day at 07:00": {
      "main": [
        [
          {
            "node": "Get new contacts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}