Skip to main content

Conversational travel booker: Automate flight & hotel reservations with GPT-3.5

Workflow preview

Workflow preview
100%
Conversational travel booker: Automate flight & hotel reservations with GPT-3.5 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This guide walks you through setting up an AI driven workflow to automate flight and hotel reservation processes using a conversational travel booking system. The workflow accepts booking requests,...

Best for

  • Support Chatbot automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.openai, n8n-nodes-base.switch, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.emailsend, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Conversational travel booker: Automate flight & hotel reservations with GPT-3.5
Workflow name
Conversational travel booker: Automate flight & hotel reservations with GPT-3.5

This guide walks you through setting up an AI-driven workflow to automate flight and hotel reservation processes using a conversational travel booking system. The workflow accepts booking requests, processes them via APIs, and sends confirmations, enabling a seamless travel booking experience.

What’s the Goal?

  • Automatically accept and process booking requests for flights and hotels via HTTP POST.
  • Use AI to understand natural language requests and route them to appropriate data processors.
  • Search for flights and hotels using external APIs and process booking confirmations.
  • Send confirmation emails and return structured booking data to users.
  • Enable an automated system for efficient travel reservations.

By the end, you’ll have a self-running system that handles travel bookings effortlessly.

Why Does It Matter?

Manual booking processes are time-consuming and prone to errors. This workflow offers:

  • Zero Human Error: AI ensures accurate request parsing and booking processing.
  • Time-Saving Automation: Automates the entire booking lifecycle, boosting efficiency.
  • Seamless Confirmation: Sends automated emails and responses without manual intervention.
  • Enhanced User Experience: Provides a conversational interface for bookings. Think of it as your reliable travel booking assistant that keeps the process smooth and efficient.

How It Works

Here’s the step-by-step flow of the automation:

Step 1: Trigger the Workflow

  • Webhook Trigger: Accepts incoming booking requests via HTTP POST, initiating the workflow.

Step 2: Parse the Request

  • AI Request Parser: Uses AI to understand natural language booking requests (e.g., flight or hotel) and extracts relevant details.

Step 3: Route Booking Type

  • Booking Type Router: Determines whether the request is for a flight or hotel and routes it to the respective data processor.

Step 4: Process Flight Data

  • Flight Data Processor: Handles flight-specific data and prepares it for the search API.

Step 5: Search Flight API

Step 6: Process Hotel Data

  • Hotel Data Processor: Handles hotel-specific data and prepares it for the search API.

Step 7: Search Hotel API

  • Hotel Search API: Searches for available hotels based on parameters (e.g., https://api.booking.com) and returns results.

Step 8: Process Flight Booking

  • Flight Booking Processor: Processes flight bookings and generates confirmation details.

Step 9: Process Hotel Booking

  • Hotel Booking Processor: Processes hotel bookings and generates confirmation details.

Step 10: Generate Confirmation Message

  • Confirmation Message Generator: Creates structured confirmation messages for the user.

Step 11: Send Confirmation Email

  • Send Confirmation Email: Sends booking confirmation via email to the user.

Step 12: Send Response

  • Send Response: Returns structured booking data to the user, completing the workflow.

How to Use the Workflow?

Importing the workflow in n8n is a straightforward process. Follow these steps to import the Conversational Travel Booker workflow:

  1. Download the Workflow: Obtain the workflow file (e.g., JSON export from n8n).
  2. Open n8n: Log in to your n8n instance.
  3. Import Workflow: Navigate to the workflows section, click "Import," and upload the workflow file.
  4. Configure Nodes: Adjust settings (e.g., API keys, webhook URLs) as needed.
  5. Execute Workflow: Test and activate the workflow to start processing bookings.

Requirements

  • n8n account and instance setup.
  • Access to flight and hotel search APIs (e.g., Aviationstack, Booking.com).
  • Email service integration for sending confirmations.
  • Webhook URL for receiving booking requests.

Customizing this Workflow

  • Modify the AI Request Parser to handle additional languages or booking types.
  • Update API endpoints in Flight Search API and Hotel Search API nodes to match your preferred providers.
  • Adjust the Send Confirmation Email node to include custom email templates or additional recipients.
  • Schedule the Webhook Trigger to align with your business hours or demand peaks.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Webhook Trigger

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 1

Block 2 - AI Request Parser

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 3 - Booking Type Router

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 1

Block 4 - Flight Data Processor

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Hotel Data Processor

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Flight Search API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 7 - Hotel Search API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 8 - Flight Booking Processor

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Hotel Booking Processor

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Confirmation Message Generator

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 11 - Send Confirmation Email

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2

Block 12 - Send Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1

Block 13 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note10

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note11

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Conversational travel booker: Automate flight & hotel reservations with GPT-3.5
Complexity advanced
Nodes 21
Categories Support Chatbot, AI Chatbot
Author Oneclick AI Squad
Published 22 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6262/6262.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Conversational travel booker: Automate flight & hotel reservations with GPT-3.5 do?

This guide walks you through setting up an AI driven workflow to automate flight and hotel reservation processes using a conversational travel booking system. The workflow accepts booking requests,...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI Chatbot use case.