Skip to main content

Turn Telegram voice messages into Gmail emails and Google Calendar events with Whisper and Ollama

Workflow preview

Workflow preview
100%
Turn Telegram voice messages into Gmail emails and Google Calendar events with Whisper and Ollama preview
Open on n8n.io

1. Workflow Overview

This workflow is an AI powered voice assistant that transforms natural language voice or text inputs into actionable productivity tasks such as professional emails and calendar events.Built using W...

Best for

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

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.telegram, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatollama, @n8n/n8n-nodes-langchain.textclassifier, @n8n/n8n-nodes-langchain.lmollama, n8n-nodes-base.noop

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jyothish S L.

Original n8n.io source

1.1 Workflow description

Title
Turn Telegram voice messages into Gmail emails and Google Calendar events with Whisper and Ollama
Workflow name
Turn Telegram voice messages into Gmail emails and Google Calendar events with Whisper and Ollama

This workflow is an AI-powered voice assistant that transforms natural language voice or text inputs into actionable productivity tasks such as professional emails and calendar events.Built using Whisper for speech-to-text, local LLMs (Ollama), and Telegram-based human approval, it enables safe and intelligent automation of daily communication and scheduling tasks.

Users can simply send a voice message via Telegram, and the system will:

• Transcribe speech into text using Whisper • Understand intent using AI classification • Generate structured emails or calendar events • Improve tone and formatting using LLM • Request human approval before execution • Send emails via Gmail or schedule calendar events automatically This creates a powerful voice-driven AI productivity assistant with full control and safety through approval workflows.


⚙️ Key Features • 🎙️ Voice input via Telegram • 🧠 AI intent classification (Email / Calendar / Chat) • ✉️ Automated professional email generation • 📅 Calendar event creation from natural language • 🔁 AI-powered rewriting and refinement • 👤 Human approval before execution • 📩 Gmail integration for sending emails • ⏰ Calendar scheduling automation • ⚡ Local LLM support (Ollama) • 🎧 Self-hosted Whisper API for private speech-to-text processing • 🔒 Safe execution with approval gating


🎯 Use Cases • Personal AI executive assistant • Meeting scheduling automation • Email drafting assistant for professionals • HR and recruitment communication automation • Sales follow-up automation • Productivity assistant for founders and teams

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.2

Block 2 - Get a file

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 3 - Wisper API

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

Block 4 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 5 - Ollama Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOllama - lmChatOllama
Config choices
Version 1

Block 6 - Text Classifier

Type / Role
@n8n/n8n-nodes-langchain.textClassifier - textClassifier
Config choices
Version 1.1

Block 7 - AI Agent1

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 8 - Ollama Model

Type / Role
@n8n/n8n-nodes-langchain.lmOllama - lmOllama
Config choices
Version 1

Block 9 - Ollama Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOllama - lmChatOllama
Config choices
Version 1

Block 10 - Send a text message

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 11 - No Operation, do nothing

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

Block 12 - Send message and wait for response

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 13 - If

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

Block 14 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 15 - Send a text message1

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 16 - No Operation, do nothing2

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

Block 17 - Code in JavaScript1

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

Block 18 - Code in JavaScript

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

Block 19 - Ollama Chat Model2

Type / Role
@n8n/n8n-nodes-langchain.lmChatOllama - lmChatOllama
Config choices
Version 1

Block 20 - Send message and wait for response1

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 21 - If1

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

Block 22 - No Operation, do nothing3

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

Block 23 - Sticky Note

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

Block 24 - Sticky Note1

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

Showing the first 24 of 56 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Turn Telegram voice messages into Gmail emails and Google Calendar events with Whisper and Ollama
Complexity advanced
Nodes 56
Categories Personal Productivity, AI Chatbot
Author Jyothish S L
Published 16 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15754/15754.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 Turn Telegram voice messages into Gmail emails and Google Calendar events with Whisper and Ollama do?

This workflow is an AI powered voice assistant that transforms natural language voice or text inputs into actionable productivity tasks such as professional emails and calendar events.Built using W...

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, AI Chatbot use case.