Voice-Activated Travel Itinerary Creator with ElevenLabs, GPT-4o, and Pinecone - n8n Workflow | Neura Market
Voice-Activated Travel Itinerary Creator with ElevenLabs, GPT-4o, and Pinecone
This workflow uses voice input to generate personalized travel itineraries by integrating ElevenLabs, GPT-4o, and Pinecone. Users can speak their travel preferences, triggering a workflow that returns a customized tour plan.
The workflow begins with a voice input captured by the ElevenLabs Voice Agent, which is then processed by a webhook in n8n. The input is analyzed using OpenAI's GPT-4o model for contextual understanding. The Pinecone vector database is queried to fetch relevant tour packages, which are then compiled into a structured itinerary. The final itinerary is sent back to the user through the webhook response. This setup allows for modular enhancements and scalability, making it ideal for travel agencies
Platform
n8n
Category
Travel & Hospitality
Price
Free
Creator
Felix Mueller
n8n Release done
webhook
stickyNote
agent
respondToWebhook
lmChatOpenAi
toolVectorStore
embeddingsOpenAi
vectorStorePinecone
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.