Skip to main content

Travel AI agent - AI-powered travel planner

Workflow preview

Workflow preview
100%
Travel AI agent - AI-powered travel planner preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Overview An n8n workflow automating business travel planning via Telegram. Uses AI and APIs to find and book flights/hotels efficiently. Prerequisites Telegram Bot (BotFather) API Keys : OpenAI (tr...

Best for

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

Tools used

n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.openai, @n8n/n8n-nodes-langchain.informationextractor, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatdeepseek

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Travel AI agent - AI-powered travel planner
Workflow name
Travel AI agent - AI-powered travel planner

Overview

An n8n workflow automating business travel planning via Telegram. Uses AI and APIs to find and book flights/hotels efficiently.

Prerequisites

  • Telegram Bot (BotFather)
  • API Keys: OpenAI (transcription), SerpAPI (flights/hotels), DeepSeek (AI processing)
  • n8n Instance with API access

Setup Instructions

  1. Import Workflow: Upload JSON to n8n.
  2. Configure API Credentials: Set up Telegram, OpenAI, SerpAPI, and DeepSeek keys.
  3. Webhook Activation: Ensure Telegram webhook is active with HTTPS.
  4. Test: Send a Telegram message and verify execution.

Workflow Operation

1. User Input Processing

  • Telegram bot triggers workflow, extracts text/audio.
  • OpenAI transcribes voice messages.
  • AI (DeepSeek) extracts key travel details (locations, dates, accommodation needs).

2. Travel Search

  • Flights: Uses SerpAPI for flight options (airlines, times, prices).
  • Hotels: Fetches accommodations with dynamic check-out date.

3. AI Recommendations & Customization

  • DeepSeek generates structured travel plans.
  • Users can modify prompts to adjust AI responses for personalized results.
  • Professional, well-structured responses with links.

4. Response Delivery

  • Sends travel recommendations via Telegram with clear details.

Use Cases

Ideal for business professionals, executive assistants, frequent travelers, and small businesses.

Customization & Troubleshooting

  • Adjust memory handling and API calls.
  • Modify prompts to refine AI output.
  • Ensure API keys are active and network is accessible.

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 - Telegram

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 2 - OpenAI

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 3 - Information Extractor

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1

Block 4 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 5 - Search Flights

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

Block 6 - Search Hotels

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

Block 7 - Window Buffer Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 8 - Response

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 9 - Business Travel Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 10 - DeepSeek Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatDeepSeek - lmChatDeepSeek
Config choices
Version 1

Block 11 - Sticky Note

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

Block 12 - Verify Message Type

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

Block 13 - Unsupported Message Type

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 14 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.1

Block 16 - Aggregate

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

3. Summary Table

Workflow Travel AI agent - AI-powered travel planner
Complexity advanced
Nodes 16
Categories Personal Productivity, AI Chatbot
Author Badr
Published 05 Mar 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3087/3087.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 Travel AI agent - AI-powered travel planner do?

Overview An n8n workflow automating business travel planning via Telegram. Uses AI and APIs to find and book flights/hotels efficiently. Prerequisites Telegram Bot (BotFather) API Keys : OpenAI (tr...

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 Personal Productivity, AI Chatbot use case.