Telegram Pomodoro Tracker
detail.loadingPreview
Track your Pomodoro sessions using Telegram.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow allows you to track your Pomodoro work and break sessions directly through Telegram. It leverages a Telegram bot to receive commands, manages session data using workflow static data, and records your progress in a Google Sheet.
Key Features
- Start and manage Pomodoro sessions via Telegram commands.
- Automatically track deep work and break durations.
- Store session data persistently using workflow static data.
- Log your Pomodoro activity to a Google Sheet for review.
- Supports multiple users by tracking individual chat IDs.
How To Use
- Set up Telegram Bot: Create a Telegram bot using BotFather and obtain the API token.
- Configure n8n: Add the
Telegram Triggernode and paste your bot token. - Google Sheets Integration: Set up a Google Sheets node and configure it to log your data. Ensure you have the correct
documentIdandsheetName. - Initialize Static Data: The
Initiate Static Datanode should run once to set up the necessarytelegramStatesobject in the workflow's global static data. - Workflow Logic: When a Telegram message is received, the
If Nodechecks for commands. TheDeep WorkandBreaknodes manage timers. TheIncrement Countnode updates the Pomodoro count and generates session IDs. Finally,Record Deep WorkandRecord Long Breaknodes log the data to Google Sheets.
Apps Used
Workflow JSON
{
"id": "978e55bb-c919-4575-9894-a007b7d1df11",
"name": "Telegram Pomodoro Tracker",
"nodes": 0,
"category": "Telegram Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 978e55bb-c919...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Telegram Community Handoff
Automates customer service handoffs from a bot to a human agent via Telegram, capturing essential information.
Telegram Image Analysis and Response
Analyze images sent via Telegram and respond with analysis results.
Telegram Cocktail Image Sender
Receives a message on Telegram and sends back a cocktail image and name.
Telegram Daily Recipe Bot
A Telegram bot that sends a daily vegan recipe to users who join the bot.
Telegram Message Router
Routes incoming Telegram messages based on their type (text, photo, file, voice, or callback query).
Telegram Speech Support Workflow
Processes incoming Telegram messages, handling both text and voice inputs to provide speech support.