Block 1 - n8n_order
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Voiceflow is a no code platform that allows you to design, prototype, and deploy conversational assistants across multiple channels—such as chat , voice , and phone —with advanced logic and natural...
n8n-nodes-base.webhook, n8n-nodes-base.googlecalendar, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.vectorstoreqdrant, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.toolvectorstore, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceVoiceflow is a no-code platform that allows you to design, prototype, and deploy conversational assistants across multiple channels—such as chat, voice, and phone—with advanced logic and natural language understanding. It supports integration with APIs, webhooks, and even tools like Twilio for phone agents. It's perfect for building customer support agents, voice bots, or intelligent assistants.
This workflow connects n8n and Voiceflow with tools like Google Calendar, Qdrant (vector database), OpenAI, and an order tracking API to power a smart, multi-channel conversational agent.
There are 3 main webhook endpoints in n8n that Voiceflow interacts with:
n8n_order – receives user input related to order tracking, queries an API, and responds with tracking status.n8n_appointment – processes appointment booking, reformats date input using OpenAI, and creates a Google Calendar event.n8n_rag – handles general product/service questions using a RAG (Retrieval-Augmented Generation) system backed by:Each webhook is connected to a corresponding "Capture" block inside Voiceflow, which sends data to n8n and waits for the response.
This n8n workflow integrates Voiceflow for chatbot/voice interactions, Google Calendar for appointment scheduling, and RAG (Retrieval-Augmented Generation) for knowledge-based responses. Here’s the flow:
Trigger:
n8n_order, n8n_appointment, n8n_rag) receive inputs from Voiceflow (chat, voice, or phone calls). AI Processing:
Outputs:
Qdrant Setup:
Voiceflow Webhooks:
n8n_order, n8n_appointment, n8n_rag).Google Calendar:
summary, description).RAG System:
PS. You can import a Twilio number to assign it to your agent for becoming a Phone Agent
Contact me for consulting and support or add me on Linkedin
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 34 workflow blocks. Download the JSON for the full node graph.
| Workflow | Build a chatbot, voice and phone agent with Voiceflow, Google Calendar and RAG |
|---|---|
| Complexity | advanced |
| Nodes | 34 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Davide |
| Published | 22 Apr 2025 |
Use the JSON export at /data/workflows/3657/3657.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.
Voiceflow is a no code platform that allows you to design, prototype, and deploy conversational assistants across multiple channels—such as chat , voice , and phone —with advanced logic and natural...
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.