Skip to main content

Automatic travel itinerary generation via email with Llama AI

Workflow preview

Workflow preview
100%
Automatic travel itinerary generation via email with Llama AI preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Travel Agent that Auto Response on Mail In this guide, we’ll break down how to set up an AI powered auto reply system that works while you sleep. Ready to 10X your efficiency? Let’s dive in! What’s...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.lmollama, n8n-nodes-base.emailreadimap, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.set, n8n-nodes-base.emailsend, 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 IT Consultancy P Limited.

Original n8n.io source

1.1 Workflow description

Title
Automatic travel itinerary generation via email with Llama AI
Workflow name
Automatic travel itinerary generation via email with Llama AI

Travel Agent that Auto Response on Mail

In this guide, we’ll break down how to set up an AI-powered auto-reply system that works while you sleep. Ready to 10X your efficiency? Let’s dive in!

What’s the Goal?

  • AI-driven auto-responses for Email.
  • Instant replies to FAQs, order confirmations, and support queries.
  • 24/7 availability - no more “We’ll get back to you soon” delays.
  • Seamless integration with existing business tools.

By the end, you’ll have a self-running communication assistant that never takes a coffee break.

Why Does It Matter?

Why automate replies? Because time = money and manual typing is so 2010. Here’s why this workflow is a game changer:

  • Zero Human Error: AI doesn’t get tired or make typos.
  • Lightning-Fast Replies: Customers get instant answers, improving satisfaction.
  • 24/7 Availability: No more “Out of Office” replies.
  • Focus on High-Value Work: Free your team from mundane tasks. Think of it as hiring a super efficient virtual assistant - minus the salary.

How It Works

Here’s the step by step magic behind the automation

Step 1: Trigger the Workflow
  • Detect new messages from WhatsApp, Email, or Slack.
  • Use n8n’s webhook or API integration to capture incoming queries.
Step 2: Process the Message with AI
  • Send the message to an AI model (like OpenAI GPT-4 or Gemini).
  • Generate a context-aware, human-like response.
Step 3: Send the Automated Reply
  • Route the AI-generated response back to the original platform.
  • Ensure personalization (e.g., “Hi [Name], thanks for reaching out!”).
Step 4: Log & Optimize
  • Store interactions in a database (Airtable, Google Sheets).
  • Continuously improve AI responses based on past data.

How to use the workflow?

Importing a workflow in n8n is a straightforward process that allows you to use pre-built or shared workflows to save time. Below is a step-by-step guide to importing a workflow in n8n, based on the official documentation and community resources.

Steps to Import a Workflow in n8n 1. Obtain the Workflow JSON

  • Source the Workflow:
    • Workflows are typically shared as JSON files or code snippets. You might receive them from:
    • The n8n community (e.g., n8n.io workflows page).
    • A colleague or tutorial (e.g., a .json file or copied JSON code).
    • Exported from another n8n instance (see export instructions below if needed).
  • Format: Ensure you have the workflow in JSON format, either as a file (e.g., workflow.json) or as text copied to your clipboard.

2. Access the n8n Workflow Editor

  • Log in to n8n:
    • Open your n8n instance (via n8n Cloud or your self-hosted instance).
    • Navigate to the Workflows tab in the n8n dashboard.
  • Open a New Workflow:
    • Click Add Workflow to create a blank workflow, or open an existing workflow if you want to merge the imported workflow.

3. Import the Workflow Option 1: Import via JSON Code (Clipboard):

  • In the n8n editor, click the three dots (⋯) in the top-right corner to open the menu.
  • Select Import from Clipboard.
  • Paste the JSON code of the workflow into the provided text box.
  • Click Import to load the workflow into the editor.

Option 2: Import via JSON File:

  • In the n8n editor, click the three dots (⋯) in the top-right corner.
  • Select Import from File.
  • Choose the .json file from your computer.
  • Click Open to import the workflow.

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 - Ollama Model

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

Block 2 - Trigger From Mail (IMAP)

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

Block 3 - Basic LLM

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.6

Block 4 - Email Field Setup

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

Block 5 - Sending Email

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

Block 6 - Sticky Note

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

Block 7 - Sticky Note1

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

3. Summary Table

Workflow Automatic travel itinerary generation via email with Llama AI
Complexity intermediate
Nodes 7
Categories Support Chatbot, AI Chatbot
Author OneClick IT Consultancy P Limited
Published 13 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4917/4917.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 Automatic travel itinerary generation via email with Llama AI do?

Travel Agent that Auto Response on Mail In this guide, we’ll break down how to set up an AI powered auto reply system that works while you sleep. Ready to 10X your efficiency? Let’s dive in! What’s...

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.