Skip to main content

AI-powered travel assistant for WhatsApp using Llama 3.2

Workflow preview

Workflow preview
100%
AI-powered travel assistant for WhatsApp using Llama 3.2 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 n8n workflow automates personalized travel assistance via WhatsApp through a friendly virtual agent named Alex. It helps users plan trips, explore destinations, get visa/weather/hotel informat...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.whatsapptrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.lmchatollama, n8n-nodes-base.wait, n8n-nodes-base.whatsapp

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
AI-powered travel assistant for WhatsApp using Llama 3.2
Workflow name
AI-powered travel assistant for WhatsApp using Llama 3.2

This n8n workflow automates personalized travel assistance via WhatsApp through a friendly virtual agent named Alex. It helps users plan trips, explore destinations, get visa/weather/hotel information, and book packages—all through a conversational interface. The system ensures quick, human-like support 24/7, improving customer experience and reducing manual handling by travel agents.

Key Features

  • The Travel Assistant agent provides contextual responses based on conversation history stored in memory.
  • Alex maintains a friendly, professional tone throughout all interactions to enhance user experience.
  • The workflow includes intelligent waiting mechanisms to ensure proper response processing.
  • Memory functionality allows for seamless continuation of conversations across multiple interactions.

Workflow Process

  • The Get WhatsApp Message node captures incoming messages from users on WhatsApp, initiating the travel assistance process.
  • The Travel Assistant node processes user queries using AI to understand travel needs and generate appropriate responses for trip planning, destination information, visa requirements, weather updates, and booking assistance.
  • The Travel Plan Creator agent works in conjunction with the main assistant to generate detailed itineraries and travel recommendations based on user preferences.
  • The Memory node stores conversation context and user preferences, enabling personalized responses and seamless conversation flow across multiple interactions.
  • The Wait For Response node introduces intelligent delays to ensure proper message processing and natural conversation pacing.
  • The Send Reply On WhatsApp node delivers the AI-generated travel assistance back to the user through WhatsApp messaging.

Setup Instructions

  • Import the workflow into n8n and configure WhatsApp Business API credentials for message handling.
  • Set up the AI service for the Travel Assistant and Travel Plan Creator agents with your preferred language model.
  • Configure the Memory node with appropriate storage settings for conversation persistence.
  • Test the workflow by sending various travel-related queries through WhatsApp to ensure proper responses.
  • Monitor conversation quality and adjust AI parameters as needed for optimal user experience.

Prerequisites

  • WhatsApp Business API access or WhatsApp integration service
  • AI/LLM service for travel assistance (OpenAI, Anthropic, or similar)
  • Database or storage service for conversation memory
  • Access to travel data APIs for real-time information (weather, visa requirements, hotel availability)

Modification Options

  • Modify the Travel Assistant node to include specific travel databases, local recommendations, or branded responses.
  • Adjust the conversation memory settings to control how much context is retained across interactions.
  • Customize the Travel Plan Creator to include preferred booking platforms, hotel chains, or travel partners.
  • Add additional specialized agents for specific travel services like flight booking, car rentals, or activity reservations.
  • Configure response timing in the Wait For Response node to match your desired conversation flow.

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 - Sticky Note

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

Block 2 - Get WhatsApp Message

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

Block 3 - Travel Assistant

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

Block 4 - Memory

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

Block 5 - Travel Plan Creator

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

Block 6 - Wait For Response

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

Block 7 - Send Reply On WhatsApp

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

3. Summary Table

Workflow AI-powered travel assistant for WhatsApp using Llama 3.2
Complexity intermediate
Nodes 7
Categories Support Chatbot, AI Chatbot
Author Oneclick AI Squad
Published 16 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6052/6052.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 AI-powered travel assistant for WhatsApp using Llama 3.2 do?

This n8n workflow automates personalized travel assistance via WhatsApp through a friendly virtual agent named Alex. It helps users plan trips, explore destinations, get visa/weather/hotel informat...

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.