{
  "name": "Auto-add new Calendly bookings to Google Sheets",
  "nodes": [
    {
      "id": "f99e1679-71a7-44f9-bdd5-948b9f25603d",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 280,
        "height": 220,
        "content": "📅 **SETUP REQUIRED:**\n\n1. **Create Google Sheet:**\n   - Headers: Name | Email | Phone | Event Type\n   - Date | Time | Status | Meeting Link | Notes\n   - Replace YOUR_GOOGLE_SHEET_ID below\n\n2. **Calend"
      }
    },
    {
      "id": "e43f2bf7-edc3-4112-912a-5ce1417fcf8c",
      "name": "Calendly Booking Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        224
      ]
    },
    {
      "id": "92230608-50d3-4e5a-be13-f6a0318dabec",
      "name": "Normalize Booking Data",
      "type": "n8n-nodes-base.code",
      "position": [
        208,
        224
      ]
    },
    {
      "id": "44827cf4-aa34-4df3-9a9f-63184fc1ee86",
      "name": "Save Booking to Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        400,
        224
      ]
    },
    {
      "id": "f3264f93-3929-4ae7-921a-b4df8d10ab01",
      "name": "Log Booking Success",
      "type": "n8n-nodes-base.code",
      "position": [
        608,
        224
      ]
    }
  ],
  "connections": {
    "Normalize Booking Data": {
      "main": [
        [
          {
            "node": "Save Booking to Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save Booking to Sheets": {
      "main": [
        [
          {
            "node": "Log Booking Success",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calendly Booking Webhook": {
      "main": [
        [
          {
            "node": "Normalize Booking Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}