Skip to main content

Voice-to-task manager with Telegram, GPT-4o & Notion database

Workflow preview

Workflow preview
100%
Voice-to-task manager with Telegram, GPT-4o & Notion database 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 turns voice or text messages from Telegram into structured tasks in Notion, using AI powered intent detection and task generation. It supports: Task creation ️ Tas...

Best for

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

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.switch, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.set, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.outputparserstructured

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Voice-to-task manager with Telegram, GPT-4o & Notion database
Workflow name
Voice-to-task manager with Telegram, GPT-4o & Notion database

📌 How it works

This workflow turns voice or text messages from Telegram into structured tasks in Notion, using AI-powered intent detection and task generation.

It supports:

  • 🆕 Task creation
  • ✏️ Task updates (like changing priority, title, or deadline)
  • 🧠 Task analysis (e.g., workload, goal alignment, emotional fatigue)

The assistant uses OpenAI to:

  • Detect intent (create, update, or analyze)
  • Extract or update task fields (title, priority, due date, etc.)
  • Auto-format list-style descriptions with bullet points
  • Detect relevant tags like health, money, sport, etc.

⚙️ Setup steps

  1. Clone the GitHub repo or import the .json into n8n manually.
  2. Configure:
  • OpenAI credentials
  • Telegram Bot Token
  • Notion credentials
  1. Use Telegram to send messages like:
  • “Create a task to call mom tomorrow”
  • “Update the grocery task to add milk”
  • “Am I overbooked today?”

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 - Receive Telegram Messages

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

Block 2 - Voice or Text?

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 3 - Fetch Voice Message

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

Block 4 - Transcribe Voice to Text

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

Block 5 - Prepare for LLM

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

Block 6 - Send Confirmation

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

Block 7 - Sticky Note3

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

Block 8 - Detect Intent

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 9 - Wrap Intent

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

Block 10 - Prepare Unified Text

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

Block 11 - Route by Intent

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 12 - Sticky Note

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

Block 13 - Extract Create Task Fields

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 14 - Wrap Intent + Text

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

Block 15 - Sticky Note1

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

Block 16 - Update Task Prompt

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 17 - Find Matching Task

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 18 - Prepare Match Prompt

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

Block 19 - Get Search String

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 20 - Prepare Update Prompt

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

Block 21 - to task object

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

Block 22 - Sticky Note4

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

Block 23 - Prepare Analysis Prompt

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

Block 24 - AI Analyze Tasks

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

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

3. Summary Table

Workflow Voice-to-task manager with Telegram, GPT-4o & Notion database
Complexity advanced
Nodes 38
Categories AI Chatbot, Multimodal AI
Author Yahor Dubrouski
Published 26 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7925/7925.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-to-task manager with Telegram, GPT-4o & Notion database do?

How it works This workflow turns voice or text messages from Telegram into structured tasks in Notion, using AI powered intent detection and task generation. It supports: Task creation ️ Tas...

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