{
  "name": "Book Cal.com meetings from ElevenLabs voice agent conversations",
  "nodes": [
    {
      "id": "2969fa79-33b8-4bb4-9dd7-5212f66b413a",
      "name": "Insufficient data response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1060,
        1000
      ]
    },
    {
      "id": "c0a19ef9-9184-43f7-aad8-9c1fa3f0184b",
      "name": "Success response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1240,
        680
      ]
    },
    {
      "id": "4e7c6af1-bddf-4ea0-ad9a-e1921d53414c",
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        840,
        840
      ]
    },
    {
      "id": "267a71ac-8769-4db4-9017-97b3dd83141f",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        660,
        840
      ]
    },
    {
      "id": "dac5a66e-5fad-4637-8640-29bc88f53038",
      "name": "Create booking",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1060,
        680
      ]
    }
  ],
  "connections": {
    "Switch": {
      "main": [
        [
          {
            "node": "Create booking",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Insufficient data response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create booking": {
      "main": [
        [
          {
            "node": "Success response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}