Block 1 - Itinerary Creator Agent
- Type / Role
- @n8n/n8n-nodes-langchain.chainLlm - chainLlm
- Config choices
- Version 1.6
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow automatically creates friendly, personalized travel itineraries based on messages received via email or WhatsApp. When a user says "I want to go to Dubai with friends for 5 days" ...
@n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmollama, n8n-nodes-base.emailreadimap, n8n-nodes-base.whatsapptrigger, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.emailsend, n8n-nodes-base.whatsapp
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis n8n workflow automatically creates friendly, personalized travel itineraries based on messages received via email or WhatsApp. When a user says "I want to go to Dubai with friends for 5 days" or something similar, the AI agent understands the request, generates a detailed daily plan with suggested activities, transport tips, and hotel ideas — all in a warm, human tone. It saves time, adds value for travelers, and delivers ready-to-send itineraries without any manual effort.
Get Query from Email node captures travel requests sent via email, parsing the message content for trip details.Get Query from WhatsApp node simultaneously monitors WhatsApp messages for travel planning requests.Itinerary Creator Agent node, which uses AI to analyze the request and generate comprehensive travel plans including activities, accommodations, and transportation suggestions.Check Proper Data node validates the generated itinerary to ensure all essential information is included and properly formatted.Check where to send Answer node determines the appropriate response channel (email or WhatsApp) based on the original request source.Sending Itinerary from Email node sends the personalized itinerary back to the user's email address.Send Itinerary from message node delivers the travel plan through WhatsApp messaging.Itinerary Creator Agent node to include specific travel preferences, local recommendations, or branded content.Check Proper Data node to match your quality standards.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.
| Workflow | Generate personalized travel itineraries with Llama AI via email & WhatsApp |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Oneclick AI Squad |
| Published | 16 Jul 2025 |
Use the JSON export at /data/workflows/6051/6051.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This n8n workflow automatically creates friendly, personalized travel itineraries based on messages received via email or WhatsApp. When a user says "I want to go to Dubai with friends for 5 days" ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.