{
  "name": "Create and join call sessions with Plivo and UltraVox AI Voice Assistant",
  "nodes": [
    {
      "id": "179732eb-eace-4d8c-a1eb-15443b94a493",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -380,
        -40
      ]
    },
    {
      "id": "4b62488a-1cb4-444a-b309-ede8dcbe8a58",
      "name": "UltraVox API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -160,
        -40
      ]
    },
    {
      "id": "9c031c9a-564d-41e5-a391-db4d6127d2e5",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        200,
        -40
      ]
    },
    {
      "id": "fb9d431e-b772-4e20-9b2c-55fd1f6d1f84",
      "name": "Join URL",
      "type": "n8n-nodes-base.set",
      "position": [
        40,
        -40
      ]
    },
    {
      "id": "f9fb4f49-e268-461b-ab2e-31eeb8478196",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -420,
        -240
      ],
      "parameters": {
        "width": 860,
        "height": null,
        "content": "## Create and Join Call Sessions with Plivo and UltraVox AI Voice Assistant\nAdd Your UltraVox key in UltraVox Credentials.\nCheck youtube Video for Detailed Instructions : https://www.youtube.com/watch"
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "UltraVox API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Join URL": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "UltraVox API": {
      "main": [
        [
          {
            "node": "Join URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Respond to Webhook": {
      "main": [
        []
      ]
    }
  }
}