{
  "name": "Voice-based appointment booking system with ElevenLabs AI and Cal.com",
  "nodes": [
    {
      "id": "d55eb539-6cdf-423a-b50b-62b9f10bf252",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        620,
        620
      ]
    },
    {
      "id": "5e8f1544-74c1-40a9-a1db-c9e67295317b",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1320,
        620
      ]
    },
    {
      "id": "b07a2c6d-a08c-4b03-942e-b7c7ab749dbd",
      "name": "Check available slot in Cal.com",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1040,
        520
      ]
    },
    {
      "id": "1fabd0b8-542b-48ac-b95a-993972cebe88",
      "name": "Book an Appointment",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1040,
        720
      ]
    },
    {
      "id": "61f129f5-0102-4055-9c9e-7eb6e004a403",
      "name": "Check Is Request For Available Slot",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        620
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Check Is Request For Available Slot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Book an Appointment": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check available slot in Cal.com": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Is Request For Available Slot": {
      "main": [
        [
          {
            "node": "Check available slot in Cal.com",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Book an Appointment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}