Block 1 - AI Agent
- Type / Role
- @n8n/n8n-nodes-langchain.agent - agent
- Config choices
- Version 1.8
This workflow is provided as-is. Please review and test before using in production.
This n8n automation lets you build a complete AI powered task management system that integrates Telegram , Google Sheets , and GPT 4o mini to help users easily manage to do lists and receive daily ...
@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.telegramtrigger, n8n-nodes-base.telegram, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Abhishek Patoliya.
Original n8n.io sourceThis n8n automation lets you build a complete AI-powered task management system that integrates Telegram, Google Sheets, and GPT-4o mini to help users easily manage to-do lists and receive daily task reminders.
Users can interact with the system via Telegram, while the AI assistant (powered by GPT-4o mini) processes commands naturally, updates a central Google Sheet, and ensures scheduled reminders are sent for pending tasks.
✅ Add, list, update, complete, or delete tasks via Telegram ✅ AI-powered conversational responses using GPT-4o ✅ All tasks stored and synced in Google Sheets ✅ Daily scheduled task summary and pending reminders sent to Telegram ✅ Friendly, human-like assistant responses ✅ Fully configurable and easy to set up
Sends commands like:
add buy grocerieslist taskscomplete submit reportdelete dentist appointmentEvery operation is logged to Google Sheets
Google Sheets acts as the master task database
Sheet structure includes:
TaskStatus (pending or done)Created At (timestamp)Due Date (optional)Notes (optional)At 9 PM daily, the workflow:
Before setting up the workflow, ensure you have:
✔️ An n8n instance (Cloud or self-hosted) ✔️ A Telegram Bot Token ✔️ Access to Google Sheets API (OAuth2 credentials) ✔️ An OpenAI API Key with GPT-4o access ✔️ A Google Sheet structured as per the specification below
Your Google Sheet should have the following columns:
| Column Name | Description |
|---|---|
| Task | Short task description |
| Status | pending or done |
| Created At | Date & time task was created (YYYY-MM-DD HH:mm:ss) |
| Due Date | (Optional) When task is due (YYYY-MM-DD HH:mm:ss) |
| Notes | (Optional) Additional details |
Important: The first row should be the header row with these exact column names.
Schedule Trigger node) as desiredReady to stay organized with AI-powered task management? Import this workflow, link your accounts, and your Telegram assistant is good to go! 🚀
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.
| Workflow | Manage tasks & send scheduled reminders with Telegram Bot, Google Sheets & GPT-4o mini |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Abhishek Patoliya |
| Published | 25 Jun 2025 |
Use the JSON export at /data/workflows/5291/5291.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This n8n automation lets you build a complete AI powered task management system that integrates Telegram , Google Sheets , and GPT 4o mini to help users easily manage to do lists and receive daily ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.