Automate task creation, listing, and completion directly from Telegram using this advanced n8n workflow. It leverages OpenAI Agents, memory, and Notion integration for seamless productivity management.
Download this n8n workflow template and start using it instantly.
Markdown-formatted text:
Individuals or teams who manage their daily tasks in Notion.
Users seeking to integrate AI-powered commands into their chat apps (Telegram).
n8n developers interested in building complex AI agents and custom tools within an n8n workflow structure.
Anyone looking for productivity boosting n8n templates that handle both voice transcription and database operations.
Managing tasks often requires switching context between communication apps and productivity tools. This advanced n8n workflow solves this by establishing a conversational AI assistant directly within Telegram. The system automatically detects input (text or voice), transcribes voice messages using OpenAI, and routes the request to an n8n Agent. This Agent uses a specialized 'Notion Tasks Manager Tool' (itself an n8n workflow) to interact with your Notion database, allowing you to list, add, complete, or update tasks using natural language commands. This sophisticated n8n integration saves time and ensures tasks are captured immediately, maximizing productivity without ever leaving your chat application. It stands as a perfect example of what is possible using complex n8n node structures.
Markdown-formatted text:
When Executed by Another Workflow n8n trigger. A Switch node ('Choose Method') routes the request based on the method dictated by the AI (e.g., addtask, listtasks).Add Task, Get Tasks, Complete Task).Markdown-formatted text:
NOTIONDATABASEID value (currently 1f30e2a31ff0808c9c64ea31b24e1bba) with the actual ID of your Notion task database. This is a crucial step for this n8n template to function.Markdown-formatted text:
Telegram Trigger: Function: Initiates the entire n8n workflow upon receiving a message update in Telegram. Key Configuration: Set to listen for message updates.
Switch (Voice or Text Message): Function: Determines the flow based on whether the incoming Telegram message contains message.voice or message.text.
OpenAI (Transcribe): Function: Used to convert the downloaded voice file into text using the Whisper model. Key Configuration: Resource is set to audio, Operation is transcribe.
AI Agent: Function: The central control flow n8n node. It uses reasoning to decide if it needs to answer directly or utilize the task management tool. Key Configuration: Input text is dynamically set using ={{ $json.text }}.
OpenAI Chat Model: Function: Serves as the large language model (LLM) for the AI Agent. Key Configuration: Model used is specified as gpt-4.1-mini.
Simple Memory: Function: Provides conversational context for the AI Agent by storing previous interactions, ensuring continuity. Key Configuration: Session Key is dynamically generated using the Telegram chat ID: ={{ $('Telegram Trigger').first().json.message.chat.id }}.
Notion Tasks Manager Tool: Function: An essential LangChain n8n node that defines the interface for the AI to interact with the Notion database, outlining methods like addtask, listtasks, and complete_task.
When Executed by Another Workflow (n8n Trigger): Function: This unique n8n trigger enables the workflow to call itself as a tool, allowing the AI Agent to execute specific database operations.
Build a powerful AI chatbot with this advanced n8n workflow. Integrate Bright Data MCP and OpenRouter LLMs for real-time web data extraction via a responsive Telegram messenger interface.

Deploy a powerful multichannel AI agent using this n8n workflow. Connect Telegram and WhatsApp to OpenAI for automated customer service, logging interactions and escalating complex queries via Google Sheets. Find the best n8n templates here.

Deploy a powerful n8n workflow that functions as an AI Technical Analyst. This n8n template uses LangChain agents, Perplexity research, and Tradingview data via dedicated n8n node components.

Automate Google Tasks via Telegram using an advanced n8n workflow. Includes voice note transcription, AI agent decision-making, and conversation memory.

A powerful n8n workflow for deploying a full-featured Telegram Trivia Bot. It uses OpenAI to generate questions daily, tracks user scores in NocoDB, and manages game state.








































