This workflow template creates a professional voice-based AI chatbot using ElevenLabs for voice synthesis and OpenAI for intelligence, perfect for restaurants, customer service departments, or any business wanting to offer voice-based AI support.
What problem does this workflow solve?
Traditional customer service requires human agents to handle inquiries, which can be costly and limited by working hours. This workflow automates customer interactions through a sophisticated voice AI system that can understand and respond to customer questions using your business knowledge base.
What this workflow does:
Creates a vector database (Qdrant) to store and retrieve your business information
Processes documents from Google Drive to build your knowledge base
Sets up an ElevenLabs voice agent that listens to customer questions
Uses OpenAI to generate relevant, contextual responses based on your documents
Converts text responses into natural-sounding voice with ElevenLabs
Provides a widget that can be embedded directly on your business website
Setup:
Connect your ElevenLabs, Google Drive, OpenAI, and Qdrant accounts to n8n
Create a voice agent on ElevenLabs and configure its system prompt and messages
Configure the Qdrant collection URL and name in the appropriate nodes
Set up the Google Drive node with the folder containing your knowledge base documents
Add the ElevenLabs widget to your website by copying the provided HTML code