{
  "name": "Send WhatsApp notifications for Cal.com & Calendly bookings using Google Gemini",
  "nodes": [
    {
      "id": "a68e6e70-f71f-41ff-8ac3-d1906cdd67d2",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        368,
        304
      ]
    },
    {
      "id": "b3138023-015d-4ef1-8283-a8ca5ee4ec36",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        512,
        320
      ]
    },
    {
      "id": "25656038-1452-4ec9-b915-36ca81ca77fc",
      "name": "Cal.com Events ",
      "type": "n8n-nodes-base.calTrigger",
      "position": [
        -80,
        192
      ]
    },
    {
      "id": "e70b9230-97e9-418d-bdfe-5603bdf50945",
      "name": "Calendly Events",
      "type": "n8n-nodes-base.calendlyTrigger",
      "position": [
        -80,
        0
      ]
    },
    {
      "id": "13ab2534-452a-48b1-b7a8-71a1353bb804",
      "name": "Merge Data",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        144,
        96
      ]
    },
    {
      "id": "2c340a24-4777-4892-a0f1-d07f477954d4",
      "name": "Message Generator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        368,
        96
      ]
    },
    {
      "id": "9df30eeb-afdd-4ed7-8ef5-792ac47a9a0e",
      "name": "WhatsApp Notification",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        720,
        96
      ]
    },
    {
      "id": "71bf0b28-f188-4d4b-b282-03d78c4a77eb",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -768,
        -128
      ],
      "parameters": {
        "width": 1808,
        "height": 672,
        "content": "## 📅 Calendar Booking Notifications to WhatsApp\n\n**What this workflow does:**\n- Monitors booking events from both Cal.com and Calendly\n- Automatically generates formatted WhatsApp messages for booking"
      }
    }
  ],
  "connections": {
    "Merge Data": {
      "main": [
        [
          {
            "node": "Message Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Message Generator",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Cal.com Events ": {
      "main": [
        [
          {
            "node": "Merge Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calendly Events": {
      "main": [
        [
          {
            "node": "Merge Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message Generator": {
      "main": [
        [
          {
            "node": "WhatsApp Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Message Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}