{
  "name": "Send WhatsApp appointment reminders from Google Calendar with MoltFlow",
  "nodes": [
    {
      "id": "h1000001-0000-4000-0800-000000000010",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 300,
        "content": "## Calendar → WhatsApp Reminders\nAutomatically send WhatsApp reminders for upcoming appointments from your Google Calendar using [MoltFlow](https://molt.waiflow.app).\n\n**How it works:**\n1. Runs every "
      }
    },
    {
      "id": "h1000001-0000-4000-0800-000000000011",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 270,
        "content": "## Setup (5 min)\n1. Create a [MoltFlow account](https://molt.waiflow.app) and connect WhatsApp\n2. Connect Google Calendar OAuth2 credential\n3. Set your calendar ID (default: primary)\n4. Set `YOUR_SESS"
      }
    },
    {
      "id": "h1000001-0000-4000-0800-000000000001",
      "name": "Every Hour",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "h1000001-0000-4000-0800-000000000002",
      "name": "Get Upcoming Events",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "h1000001-0000-4000-0800-000000000003",
      "name": "Format Reminders",
      "type": "n8n-nodes-base.code",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "h1000001-0000-4000-0800-000000000004",
      "name": "Has Reminder?",
      "type": "n8n-nodes-base.if",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "h1000001-0000-4000-0800-000000000005",
      "name": "Send WhatsApp Reminder",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        880,
        -100
      ]
    },
    {
      "id": "h1000001-0000-4000-0800-000000000006",
      "name": "Log Results",
      "type": "n8n-nodes-base.code",
      "position": [
        1100,
        -100
      ]
    }
  ],
  "connections": {
    "Every Hour": {
      "main": [
        [
          {
            "node": "Get Upcoming Events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Has Reminder?": {
      "main": [
        [
          {
            "node": "Send WhatsApp Reminder",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Format Reminders": {
      "main": [
        [
          {
            "node": "Has Reminder?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Upcoming Events": {
      "main": [
        [
          {
            "node": "Format Reminders",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send WhatsApp Reminder": {
      "main": [
        [
          {
            "node": "Log Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}