Skip to main content

๐Ÿ… Custom pomodoro tracker using Telegram and Google Sheet

Workflow preview

Workflow preview
100%
๐Ÿ… Custom pomodoro tracker using Telegram and Google Sheet preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Tags: Productivity, Pomodoro, Organization Context Hey! Iโ€™m Samir , a Supply Chain Engineer and Data Scientist from Paris, founder of [LogiGreen Consulting](https://logi gr...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.telegram

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
๐Ÿ… Custom pomodoro tracker using Telegram and Google Sheet
Workflow name
๐Ÿ… Custom pomodoro tracker using Telegram and Google Sheet

Tags: Productivity, Pomodoro, Organization

Context

Hey! Iโ€™m Samir , a Supply Chain Engineer and Data Scientist from Paris, founder of LogiGreen Consulting ๐ŸŒฑ

A significant improvement in my productivity came from following the Pomodoro Technique.

What is the Pomodoro Technique?

The Pomodoro Technique is a time management method that breaks your workday into 25-minute focus intervals followed by short breaks. After 4 cycles, you take a longer break to recharge.
It helps maintain concentration while preventing burnout.

Iโ€™ve used this technique with web apps to receive break/work notifications. But I always wished I had a way to track my sessions for self-assessment.

> Letโ€™s use n8n to boost our productivity and log our deep work sessions automatically!

๐Ÿ“ฌ For business inquiries, you can add me on Here

Who Is This Template For?

I built this workflow for creators, freelancers, students, and professionals who love the Pomodoro technique but want more than just timers โ€” they want data.

This template helps you:

  • Track every deep work session automatically
  • Store logs in Google Sheets for later analysis
  • Stay in control via Telegram commands

There is no need to pay for premium apps. Itโ€™s all free and powered by n8n.

How Does It Work?

This Telegram bot tracks your Pomodoro sessions and sends you alerts during the process.

Hereโ€™s what happens:

  1. A user sends /start to the bot.
  2. It launches a 25-minute deep work timer.
  3. After 25 minutes, the bot sends a break reminder.
  4. After four cycles, a long break is triggered and the session is logged.
  5. The session is automatically recorded to Google Sheets with (Date & Time, User ID, Pomodoro count, Session ID, Duration of focus and breaks)

What Gets Tracked?

Field Description
Date & Time When the session was logged
User ID Your Telegram ID
Block Type Deep Work or Short Break
Pomodoro Count Number of cycles completed
Working Session ID Unique ID for each session
Focus Duration Length of each deep work session
Break Duration Short or long break info

You can use this workflow as a base to bring additional features like:

  • Connecting with tasks from Google Task
  • Send automated productivity reports to monitor your activity
  • Link a Pomodoro with a task using Google Calendar

What Do I Need to Start?

This workflow is beginner-friendly โ€” no coding required.

  • Google Drive API and Google Sheet API credentials
  • A Google Sheet set up to log sessions (with the columns of the table above)
  • API Credentials:
    • Google Sheets API (OAuth2)
    • Telegram Bot Token
  • Telegram app to chat with the bot

> The template is plug-and-play. Just follow the sticky notes in the n8n editor to configure it.

Next Steps

Follow the sticky notes in the n8n workflow editor to:

  • Set your credentials
  • Connect your Google Sheet
  • Initialize the static data
  • Launch your first /start command on Telegram

๐ŸŽฅ Watch My Tutorial

๐Ÿš€ Curious how n8n can supercharge productivity and learning skills??
๐Ÿ“ฌ Letโ€™s connect on LinkedIn

This workflow has been created with N8N 1.82.1 Submitted: March 24th, 2025

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 - Sticky Note3

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

Block 2 - Telegram Trigger

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

Block 3 - If

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

Block 4 - Deep Work

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

Block 5 - Break

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

Block 6 - Initiate Static Data

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

Block 7 - Increment Count

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

Block 8 - Record Deep Work

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 9 - Record Long Break

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 10 - Instructions Message

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

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - start or stop?

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

Block 14 - Sticky Note2

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

Block 15 - Long Break Notification

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

Block 16 - Clear Variables1

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

Block 17 - Clear Variables2

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

Block 18 - < 4 Cycles

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

Block 19 - Short Break Notification

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

Block 20 - Back to Work Notification

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

Block 21 - Start Cycle Notification

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

Block 22 - End of Session Notification

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

Block 23 - Sticky Note4

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

3. Summary Table

Workflow ๐Ÿ… Custom pomodoro tracker using Telegram and Google Sheet
Complexity advanced
Nodes 23
Categories Personal Productivity
Author Samir Saci
Published 24 Mar 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3307/3307.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 ๐Ÿ… Custom pomodoro tracker using Telegram and Google Sheet do?

Tags: Productivity, Pomodoro, Organization Context Hey! Iโ€™m Samir , a Supply Chain Engineer and Data Scientist from Paris, founder of [LogiGreen Consulting](https://logi gr...

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 use case.