AI-Powered Multilingual Telegram Translator
detail.loadingPreview
Translate Telegram audio messages between languages using AI.
About This Workflow
This workflow acts as a multilingual translator for Telegram audio messages. It leverages AI to convert speech to text, detect the original language, and then translate it to a desired target language. The translated text can then be optionally converted back to speech for a more natural interaction.
Key Features
- Accepts audio messages via Telegram.
- Supports speech-to-text transcription.
- Automatically detects the source language.
- Translates between specified languages (e.g., English to French, French to English).
- Outputs the translation as text.
- Can optionally output the translation as audio.
- Configurable source and target languages via the 'Settings' node.
How To Use
- Telegram Trigger: This node listens for incoming audio messages on your Telegram bot.
- Settings: Configure the
language_nativeandlanguage_translatevariables to define the languages you want to translate between. - Input Error Handling: Prepares the incoming message text for further processing.
- Telegram1: Downloads the audio file from the Telegram message.
- OpenAI2 (Speech-to-Text): Transcribes the downloaded audio file into text.
- Auto-detect and translate: This node uses the OpenAI Chat Model to analyze the transcribed text. It's configured to translate between
language_nativeandlanguage_translateas defined in the 'Settings' node. It aims to output only the translation. - Text reply: Sends the translated text back to the Telegram chat.
- OpenAI (Text-to-Speech): Converts the translated text into an audio file. Note: This node seems to be connected to
Auto-detect and translatebut its output is used byAudio reply. - Audio reply: Sends the generated audio translation back to the Telegram chat.
Apps Used
Workflow JSON
{
"id": "7149a2ec-7cd3-44e0-bc99-84117d81c8d8",
"name": "AI-Powered Multilingual Telegram Translator",
"nodes": 16,
"category": "Utilities",
"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: 7149a2ec-7cd3...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Check Website Availability and Extract Metadata
This workflow checks if a given URL is available using Peekalink and then extracts its metadata. It branches based on availability.
AI-Powered n8n Workflow Credential Search
Query your n8n workflow credentials using an AI agent and a local SQLite database.