{
  "name": "Automate travel business operations with Postgres, Google Sheets and Voice API",
  "nodes": [
    {
      "id": "af4dca79-fc8e-41d5-bbc6-be6a0af0ad3a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        -240
      ],
      "parameters": {
        "width": 1260,
        "height": 280,
        "content": "Automates handling of incoming calls and provides trip organizer details."
      }
    },
    {
      "id": "8aa86c3e-d59d-44b2-a8cb-50db724fe6d3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        60
      ],
      "parameters": {
        "width": 1260,
        "height": 240,
        "content": "Processes incoming call data and facilitates trip booking creation."
      }
    },
    {
      "id": "488083fa-1c35-4a97-afc5-a34f41de7db2",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        320
      ],
      "parameters": {
        "width": 1260,
        "height": 240,
        "content": "Manages outbound marketing calls to promote trip organizer services."
      }
    },
    {
      "id": "399c3e41-f02b-43a8-868e-e7e6e34cfb4d",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        580
      ],
      "parameters": {
        "width": 1260,
        "height": 240,
        "content": "Captures incoming call data and stores it in an organized spreadsheet."
      }
    },
    {
      "id": "a5761758-38de-45c0-b370-54c89ebc9a19",
      "name": "Detect Incoming Call",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -100,
        -120
      ]
    },
    {
      "id": "fbc65023-df99-4a59-9812-52c9248c4091",
      "name": "Validate Trip Details",
      "type": "n8n-nodes-base.postgres",
      "position": [
        120,
        -120
      ]
    },
    {
      "id": "63210889-5513-4de4-99b1-6bd8c9fe646f",
      "name": "Deliver Organizer Info",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        340,
        -120
      ]
    },
    {
      "id": "d8a23c3d-ea59-4c70-a22a-17f3296880c8",
      "name": "Capture Voice Input",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -100,
        140
      ]
    },
    {
      "id": "72fdf7e7-e6be-42a9-92e3-81916a87d502",
      "name": "Update Booking Record",
      "type": "n8n-nodes-base.postgres",
      "position": [
        120,
        140
      ]
    },
    {
      "id": "43775581-f2b5-41d3-8779-9554b308cc37",
      "name": "Send Booking Confirmation",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        340,
        140
      ]
    },
    {
      "id": "596e1ef1-6029-4c84-8dab-dc89675410bd",
      "name": "Detect New Lead",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -100,
        400
      ]
    },
    {
      "id": "3bb67923-991a-4a6d-8caa-ae683d97e014",
      "name": "Format Lead Information",
      "type": "n8n-nodes-base.set",
      "position": [
        120,
        400
      ]
    },
    {
      "id": "df04836b-262e-418d-9ed0-83424793be10",
      "name": "Initiate Marketing Outreach",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        340,
        400
      ]
    },
    {
      "id": "960ff7a4-e8ba-42c0-88ad-f35f4a197a0d",
      "name": "Receive Call Response",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -100,
        660
      ]
    },
    {
      "id": "67340244-b65a-4a72-a91d-1655660ea30e",
      "name": "Log User Input",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        120,
        660
      ]
    },
    {
      "id": "88197c5d-710f-43e7-871b-b152a64f5eab",
      "name": "Relay Response to System",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        340,
        660
      ]
    }
  ],
  "connections": {
    "Log User Input": {
      "main": [
        [
          {
            "node": "Relay Response to System",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Detect New Lead": {
      "main": [
        [
          {
            "node": "Format Lead Information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Capture Voice Input": {
      "main": [
        [
          {
            "node": "Update Booking Record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Detect Incoming Call": {
      "main": [
        [
          {
            "node": "Validate Trip Details",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Call Response": {
      "main": [
        [
          {
            "node": "Log User Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Booking Record": {
      "main": [
        [
          {
            "node": "Send Booking Confirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Validate Trip Details": {
      "main": [
        [
          {
            "node": "Deliver Organizer Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Lead Information": {
      "main": [
        [
          {
            "node": "Initiate Marketing Outreach",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}