
Build a Voice Clone Bot with n8n + ElevenLabs (No Code, 15 Minutes)
What you'll build A Telegram bot that receives your voice message, clones it into any AI voice using ElevenLabs, saves the output to Google Drive, and sends the cloned audio back — all in under 20 seconds. Eight n8n nodes. Zero code required. Here's the full workflow at a glance: `Telegram message received ↓ Security check (your ID only) ↓ Route by message type (voice / text / image) ↓ Fetch actual audio file from Telegram servers ↓ POST to ElevenLabs speech-to-speech API ↓ Upload cloned audio to Google Drive ↓ Send cloned audio back to Telegram chat` Step 1 — Create your Telegram bot Open Telegram → search @botfather → send /newbot → follow prompts → copy the bot token. Find your own Telegram user ID by messaging @userinfobot. You'll need this in Step 3. Step 2 — Set up the n8n canvas Log into n8n → New Workflow → name it Voice Clone Bot. Add the Telegram Trigger node: Credential: paste your bot token Updates to listen for: message This is the entry point. Every incoming message wakes
Continue reading on Dev.to
Opens in a new tab



