Block 1 - Main Documentation
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
A hands free travel planning assistant that accepts voice messages via WhatsApp and Telegram, understands natural language travel requests, searches across multiple providers, and automatically boo...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.googlesheets, n8n-nodes-base.googlecalendar
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceA hands-free travel planning assistant that accepts voice messages via WhatsApp and Telegram, understands natural language travel requests, searches across multiple providers, and automatically books to your calendar with smart recommendations.
Simple Flight Search: "Hey, find me cheap flights to Paris next month"
Complex Multi-City: "I need to go to Tokyo in March for a week, then Bangkok for 3 days, budget is $2000 total"
Hotel Only: "Book a hotel in Barcelona for May 15th to 20th, somewhere near the beach under $150 per night"
Full Package: "Plan a romantic weekend in Santorini for our anniversary in June, nice hotel with sunset view, under $3000 for two people"
Activity Search: "What are the best things to do in Amsterdam for 3 days, we like museums and food tours"
Calendar Query: "When am I flying to London next month? And can you add a reminder 2 days before?"
{
"platform": "whatsapp",
"messageId": "wamid.ABC123XYZ",
"from": "+15551234567",
"timestamp": 1735804800,
"type": "audio",
"audio": {
"id": "audio_id_12345",
"mimeType": "audio/ogg",
"sha256": "abc123...",
"duration": 15,
"url": "https://media.whatsapp.com/audio/abc123"
},
"context": {
"conversationId": "conv-user-001",
"previousMessageId": null
}
}
Voice Intelligence:
Smart Travel Search:
AI-Powered Personalization:
Proactive Assistance:
Calendar Intelligence:
Security & Privacy:
Multi-Platform Support:
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.
Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Plan voice-based travel and calendar bookings with Claude AI |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Oneclick AI Squad |
| Published | 08 Apr 2026 |
Use the JSON export at /data/workflows/14914/14914.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.
A hands free travel planning assistant that accepts voice messages via WhatsApp and Telegram, understands natural language travel requests, searches across multiple providers, and automatically boo...
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.