Telegram Audio Bot with ElevenLabs + Make.com (2025)

10 days ago
4

If you need an automation solution or help, email me!
📧 E-mail: axagen.co@gmail.com

✨ In this video, I’m using Make:
https://www.make.com/en/register?pc=t...

🎙️ Try ElevenLabs:
https://try.elevenlabs.io/axagen

In this video, I’ll show you how to build a Telegram audio bot using ElevenLabs API together with Make.com automations.
You’ll learn:
✅ How to create an ElevenLabs API key and connect it to Make.com
✅ How to capture Telegram audio messages and download the OGG file
✅ How to transcribe voice to text using ElevenLabs API (multipart/form-data)
✅ How to generate an AI answer (e.g. with ChatGPT) from the transcription
✅ How to convert the answer back into voice with ElevenLabs TTS
✅ How to send an audio reply back into Telegram automatically

Watch Telegram module → catch incoming voice messages.
Download file from Telegram → get the OGG audio file with File ID.
HTTP request to ElevenLabs API → transcribe audio to text (multipart/form-data).
AI module (ChatGPT, etc.) → generate a short assistant-style reply.
HTTP request to ElevenLabs API → convert text to speech (TTS) with chosen voice ID.
Send Audio File to Telegram → reply back with a human-like AI voice.

I also show:
How to create and use API keys in ElevenLabs
Why you need to add file extensions (like .ogg) for Telegram audio
How to use multipart form-data in Make.com HTTP module

⏱️ Timestamps:
00:00 Start
01:32 ElevenLabs API key & connecting ElevenLabs to Make.com
04:13 Voice answer with ElevenLabs + Telegram

Loading comments...