Skip to main content

Manage Telegram task reminders with Claude and n8n data tables

Workflow preview

Workflow preview
100%
Manage Telegram task reminders with Claude and n8n data tables preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow turns Telegram into a personal task manager by using Anthropic Claude to create, update, list, and delete tasks stored in an n8n Data Table, while also sending schedule...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.telegram, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.datetimetool, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.datatabletool

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Manage Telegram task reminders with Claude and n8n data tables
Workflow name
Manage Telegram task reminders with Claude and n8n data tables

Quick overview

This workflow turns Telegram into a personal task manager by using Anthropic Claude to create, update, list, and delete tasks stored in an n8n Data Table, while also sending scheduled daily task summaries and automatically rolling forward overdue recurring tasks.

How it works

  1. Triggers when a new Telegram message arrives and checks whether the sender’s Telegram user ID is authorized.
  2. If authorized, sends the message and conversation context to Anthropic Claude, which decides whether to read, add, update, or delete tasks in an n8n Data Table and asks for confirmation before updates or deletions.
  3. Sends Claude’s response back to the user in Telegram.
  4. Runs at 9am, 2pm, and 6pm to prompt Claude to fetch pending tasks from the n8n Data Table and send a summary reminder via Telegram.
  5. Runs at 1am to prompt Claude to find tasks that are past due and update their due dates to the current day.

Setup

  1. Create a Telegram bot with @BotFather, add Telegram API credentials in n8n, and start a chat with the bot.
  2. Add an Anthropic API credential for the Claude chat model used by the workflow.
  3. Create an n8n Data Table named “Tasks” with columns taskname, duedate, Priority, Notes, and Recurrence, then link the Data Table tool nodes to that table.
  4. Set the authorized Telegram user ID in the authorization check and replace the placeholder chat ID in the Telegram “send message” step with your Telegram chat ID.

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 - Overview

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

Block 2 - Section - Telegram Chat

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

Block 3 - Section - Scheduled Triggers

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

Block 4 - Section - AI Agent

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

Block 5 - Section - Task Tools

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

Block 6 - Warning - Set User ID

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

Block 7 - Send a text message

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

Block 8 - If

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

Block 9 - Send a text message1

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

Block 10 - AI Agent1

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

Block 11 - Anthropic Chat Model1

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

Block 12 - Date & Time1

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

Block 13 - Simple Memory1

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.4

Block 14 - Insert row in Data table1

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

Block 15 - Get row(s) in Data table1

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

Block 16 - Delete row(s) in Data table1

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

Block 17 - 9am1

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 18 - 2pm1

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 19 - 6pm1

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 20 - Update row(s) in Data table1

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

Block 21 - 1am1

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 22 - Daily Reminder1

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

Block 23 - Date Update1

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

Block 24 - Telegram Trigger1

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

3. Summary Table

Workflow Manage Telegram task reminders with Claude and n8n data tables
Complexity advanced
Nodes 24
Categories Personal Productivity, AI Chatbot
Author Sambhram Patel
Published 24 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15933/15933.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 Manage Telegram task reminders with Claude and n8n data tables do?

Quick overview This workflow turns Telegram into a personal task manager by using Anthropic Claude to create, update, list, and delete tasks stored in an n8n Data Table, while also sending schedule...

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.