Skip to main content

Voice translator bridge (Telegram → Slack) with GPT-4o-mini + Whisper

Workflow preview

Workflow preview
100%
Voice translator bridge (Telegram → Slack) with GPT-4o-mini + Whisper preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it works This workflow automatically transcribes and translates voice messages from Telegram to Slack , enabling seamless communication between Japanese and English speakers. In our real wor...

Best for

  • Personal Productivity automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Tomohiro Goto.

Original n8n.io source

1.1 Workflow description

Title
Voice translator bridge (Telegram → Slack) with GPT-4o-mini + Whisper
Workflow name
Voice translator bridge (Telegram → Slack) with GPT-4o-mini + Whisper

🧠 How it works

This workflow automatically transcribes and translates voice messages from Telegram to Slack, enabling seamless communication between Japanese and English speakers.

In our real-world use case, our distributed team often sends short voice updates on Telegram — but most discussion happens on Slack.
Before this workflow, we constantly asked:

  • “Can someone write a summary of that voice message?”
  • “I can’t understand what was said — is there a transcript?”
  • “Can we translate this audio for our English-speaking teammates?”

This workflow fixes that problem without changing anyone’s communication habits.
Built with n8n, OpenAI Whisper, and GPT-4o-mini, it automatically:

  • Detects when a voice message is posted on Telegram
  • Downloads and transcribes it via Whisper
  • Translates the text with GPT-4o-mini
  • Posts the result in Slack — with flags 🇯🇵→🇺🇸 and username attribution

⚙️ Features

  • 🎧 Voice-to-text transcription using OpenAI Whisper
  • 🌐 Automatic JA ↔ EN detection and translation via GPT-4o-mini
  • 💬 Clean Slack message formatting with flags, username, and original text
  • 🔧 Easy to customize: adjust target languages, tone, or message style
  • ⚡ Typical end-to-end time: under 10 seconds for short audio clips

💼 Use Cases

  • Global teams – Send quick voice memos in Telegram and share readable translations in Slack
  • Project coordination – Record updates while commuting and post bilingual notes automatically
  • Remote check-ins – Replace daily written reports with spoken updates
  • Cross-language collaboration – Let English and Japanese teammates stay perfectly synced

💡 Perfect for

  • Bilingual creators and managers working across Japan and Southeast Asia
  • AI automation enthusiasts who love connecting voice and chat platforms
  • Teams using Telegram for fast communication and Slack for structured workspaces

🧩 Notes

  • Requires three credentials:
    • TELEGRAM_BOT_TOKEN
    • OPENAI_API_KEY_HEADER
    • SLACK_BOT_TOKEN_HEADER
  • Slack scopes: chat:write, files:write, channels:history
  • You can change translation direction or add languages in the “Detect Language” → “Translate (OpenAI)” nodes.
  • Keep audio files under 25 MB for Whisper processing.
  • Always export your workflow with credentials OFF before sharing or publishing.

✨ Powered by

OpenAI Whisper × GPT-4o-mini × n8n × Telegram Bot API × Slack API
A complete multilingual voice-to-text bridge — connecting speech, translation, and collaboration across platforms. 🌍

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1

Block 2 - Is Voice?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 3 - Get File ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 4 - Telegram getFile

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 5 - Build File URL

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 6 - Download Voice File

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 7 - Extract Transcript

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 8 - Detect Language

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 9 - Translate (OpenAI)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 10 - Build Slack Message

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 11 - Post to Slack

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 12 - Add Bot Token

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Prepare Whisper Input1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Transcribe a recording

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Voice translator bridge (Telegram → Slack) with GPT-4o-mini + Whisper
Complexity advanced
Nodes 24
Categories Personal Productivity, Multimodal AI
Author Tomohiro Goto
Published 26 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10187/10187.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Voice translator bridge (Telegram → Slack) with GPT-4o-mini + Whisper do?

How it works This workflow automatically transcribes and translates voice messages from Telegram to Slack , enabling seamless communication between Japanese and English speakers. In our real wor...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.