Manage Telegram task reminders with Claude and n8n data tables
VerifiedUse Telegram and Claude to manage tasks in n8n Data Tables with reminders.
What this workflow does
This workflow connects Telegram to an Anthropic Claude model via an AI Agent node, enabling natural-language task operations against an n8n Data Table and delivering scheduled reminders.
It is designed for individuals who want an AI-driven personal task manager accessible entirely through Telegram chats.
Who is this for?
Solo users and small teams who want a lightweight personal task system without leaving Telegram. Ideal for freelancers, students, or anyone already chatting in Telegram daily.
What problem it solves
Users forget tasks or lose track of due dates when managing them across separate apps. This workflow keeps everything inside one chat while using AI to handle CRUD operations and reminders automatically.
Live workflow preview
Interactive canvas of every node and connection — scroll and click to explore. Powered by n8n's preview.
Open the template on n8n to import and run it. View source template →
What it automates
Daily personal task tracking
A freelancer receives task requests via Telegram and lets Claude add, update, or delete them in the Data Table without opening another app.
Recurring project reminders
A student sets weekly assignment tasks; the 1am workflow rolls overdue recurring items forward so nothing slips through the cracks.
Team status check-ins
A small team lead gets scheduled summaries at 9am, 2pm, and 6pm listing pending tasks for quick review inside Telegram.
How the workflow works
The 4 nodes in this automation, in order.
- 1Telegramtelegram
- 2AI Agent@n8n/n8n-nodes-langchain.agent
- 3Anthropic Chat Model@n8n/n8n-nodes-langchain.lmChatAnthropic
- 4Simple Memory@n8n/n8n-nodes-langchain.memoryBufferWindow
Apps & integrations used
How to set up Manage Telegram task reminders with Claude and n8n data tables
- 1Create a Telegram bot via @BotFather and add the bot token as credentials in n8n
- 2Add your Anthropic API key as a credential for the Claude chat model node
- 3Create an n8n Data Table named Tasks with columns taskname, duedate, Priority, Notes, and Recurrence
- 4Connect the Data Table tool nodes in the workflow to the new Tasks table
- 5Enter your Telegram user ID in the authorization check node and your chat ID in the send message nodes
- 6Activate the workflow and start a chat with your Telegram bot
How to customize this workflow
- →Change the scheduled trigger times for summaries or overdue roll-forward
- →Swap Anthropic Claude for another supported chat model in the AI Agent node
- →Add extra columns to the Tasks table and update the tool descriptions accordingly
- →Extend authorization to multiple user IDs for small-team use
Manage Telegram task reminders with Claude and n8n data tables: pros & cons
Pros
- +Keeps task management inside familiar Telegram chat
- +AI handles natural-language commands without rigid syntax
- +Built-in daily reminders and recurring-task handling
- +Uses free n8n Data Tables so no extra database needed
Cons
- –Requires manual setup of authorization and chat IDs
- –Claude can still make mistakes on complex updates
- –Only works while the n8n instance is running
Frequently asked questions
It turns Telegram messages into task operations stored in an n8n Data Table, sends scheduled reminders, and rolls forward overdue recurring tasks using Claude.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…