Telegram Voice AI Assistant: Deepgram + OpenAI + Supabase
AI-powered voice assistant for Telegram that transcribes voice messages with Deepgram, processes queries via OpenAI with Supabase knowledge base, and responds with natural TTS audio.
This n8n workflow creates a full voice-to-voice AI assistant integrated with Telegram. It receives voice messages from users via a Telegram bot, downloads the audio files, and uses Deepgram's speech-to-text (STT) for accurate transcription, even supporting multiple languages and accents.
The transcribed text is then fed into an OpenAI GPT agent that accesses a Supabase knowledge base for contextual, intelligent responses. Conversation memory is maintained to ensure coherent, ongoing interaction
Platform
n8n
Category
Productivity
Price
$24.99
Creator
Jose Maurino
AI
Voice Assistant
Telegram
Deepgram
OpenAI
Supabase
STT
TTS
Audio Processing
Chatbot
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.