Block 1 - Telegram Trigger
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Use case This workflow enables a Telegram bot that can: Accept speech input in one of 55 supported languages Automatically detect the language spoken and translate the speech to another language Re...
n8n-nodes-base.telegramtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.openai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Derek Cheung.
Original n8n.io sourceThis workflow enables a Telegram bot that can:
This allows users to communicate across language barriers by simply speaking to the bot, which will handle the translation seamlessly.
In the translation step the workflow converts the user's speech input to text and detects the language of the input text.
If it's English, it will translate to French. If it's French, it will translate to English.
To change the default translation languages, you can update the prompt in the AI node.
In the output step, we provide the translated text output back to the user and speech output is generated in the translated language.
Update the Settings node to customize the desired languages
Activate the flow
All supported languages:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Translate Telegram audio messages with AI (55 supported languages) |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Personal Productivity, Multimodal AI |
| Author | Derek Cheung |
| Published | 29 Mar 2024 |
Use the JSON export at /data/workflows/2206/2206.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Use case This workflow enables a Telegram bot that can: Accept speech input in one of 55 supported languages Automatically detect the language spoken and translate the speech to another language Re...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, Multimodal AI use case.