Telegram Speech Support Workflow
detail.loadingPreview
Processes incoming Telegram messages, handling both text and voice inputs to provide speech support.
🚀Ready to Deploy This Workflow?
About This Workflow
Telegram Speech Support Workflow
This workflow is designed to handle incoming messages from Telegram. It can process plain text messages directly or transcribe voice messages and then use the transcribed text for further processing. The workflow includes features to clean LLM responses and split them into chunks suitable for Telegram messages.
Key Features
- Receives messages from Telegram.
- Distinguishes between text and voice messages.
- Transcribes voice messages using an AI model (e.g., OpenAI).
- Processes text (either direct or transcribed) using an AI Agent.
- Cleans AI-generated text to remove unwanted Markdown characters.
- Splits long text responses into smaller chunks for Telegram limits.
- Sends responses back to the Telegram chat.
How To Use
- Set up Telegram Bot: Create a Telegram bot using BotFather and obtain the API token.
- Configure Credentials: Add your Telegram API credentials in n8n.
- Configure OpenAI/Google Gemini Credentials: Add your API credentials for the chosen transcription/AI model.
- Configure Nodes: Update webhook URLs and ensure node parameters (like
chatId,fileId) are correctly mapped. - Deploy and Activate: Deploy the workflow and set up the webhook for the Telegram trigger.
Apps Used
Workflow JSON
{
"id": "85b26fb2-3e94-4cd2-8099-b0ba7d308f66",
"name": "Telegram Speech Support Workflow",
"nodes": 0,
"category": "Telegram Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 85b26fb2-3e94...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Integrations
- Telegram + Telegram Trigger(362 workflows)
- Gmail + Schedule Trigger(270 workflows)
- Gmail + Google Sheets(245 workflows)
- Schedule Trigger + Telegram(152 workflows)
- Gmail + Split Out(132 workflows)
- Gmail + Gmail Trigger(119 workflows)
- Google Sheets + Telegram(118 workflows)
- Form Trigger + Gmail(107 workflows)
- Gmail + Google Drive(93 workflows)
- Airtable + Schedule Trigger(86 workflows)
Related Workflows
Discover more workflows you might like
Telegram Community Task Manager
A workflow to manage tasks received via Telegram messages and interact with Google Tasks.
Telegram Message Router
Routes incoming Telegram messages based on their type (text, photo, file, voice, or callback query).
Telegram Voice to Text Automation
This workflow transcribes voice messages from Telegram into text using OpenAI's Whisper API.
Telegram Daily Recipe Bot
A Telegram bot that sends a daily vegan recipe to users who join the bot.
Telegram Community Handoff
Automates customer service handoffs from a bot to a human agent via Telegram, capturing essential information.
Telegram Image Analysis and Response
Analyze images sent via Telegram and respond with analysis results.