Conversational Travel Booker: Automate Flights & Hotels with GPT-3.5
AI-powered workflow automates flight and hotel reservations via natural language requests, using GPT-3.5 for parsing and external APIs for bookings.
This n8n workflow creates a conversational travel booking system that handles flight and hotel reservations automatically. It starts with a webhook trigger accepting HTTP POST requests containing natural language booking queries. GPT-3.5 parses these requests to extract key details like dates, destinations, and preferences, then routes them to appropriate processors for flights or hotels.
The workflow integrates with external APIs to search for available options, process bookings, and generate
Platform
n8n
Category
Customer Support
Price
$24.99
Creator
BestWorkflows
n8n
travel
booking
AI
GPT-3.5
flights
hotels
automation
webhook
API
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.