Skip to main content

Task escalation system with Google Sheets, Gmail, Telegram & Jira automation

Workflow preview

Workflow preview
100%
Task escalation system with Google Sheets, Gmail, Telegram & Jira automation preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Description This workflow sends an instant email alert when a task in a Google Sheet is marked as Urgent, and then sends a Telegram reminder notification after 2 hours if the task still hasn’t been...

Best for

  • Project Management automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.gmail, n8n-nodes-base.if, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.telegram, n8n-nodes-base.jira

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Task escalation system with Google Sheets, Gmail, Telegram & Jira automation
Workflow name
Task escalation system with Google Sheets, Gmail, Telegram & Jira automation

Description

This workflow sends an instant email alert when a task in a Google Sheet is marked as Urgent, and then sends a Telegram reminder notification after 2 hours if the task still hasn’t been updated. Then a Jira ticket is created so the task enters in the formal workflow and another Telegram message is sent with the details of the issue created.

It helps teams avoid missed deadlines and ensures urgent tasks get attention — without requiring anyone to refresh or monitor the sheet manually.

Context

In shared task lists, urgent items can be overlooked if team members aren't actively checking the spreadsheet. This workflow solves that by:

  • Sending an email as soon as a task becomes Urgent

  • Waiting 2 hours

  • Checking if the task is still open

  • Sending a Telegram reminder only if action has not been taken

  • Creating a Jira issue

  • Sending a Telegram message with the details of the issue created

  • This prevents both silence and spam, creating a smart and reliable alert system.

Target Users

  • Project Managers using Google Sheets

  • Team leads managing shared task boards

  • Remote teams needing lightweight coordination

  • Anyone who wants escalation notifications without complex systems

Technical Requirements

  • Google Sheets credential
  • Gmail credential
  • Telegram Bot + Chat ID
  • Google Sheet with a column named Priority
  • Jira credential

Workflow Steps

  • Trigger: Google Sheets Trigger (on update in the “Priority” column)
  • IF Node – Checks if Priority = Urgent
  • Send Email – Sends alert email with task name, owner, status, deadline
  • Mark Notified = Yes in the sheet
  • Wait 2 hours
  • IF Status is still not resolved
  • Send Telegram reminder
  • create an Issue on Jira based on the information provided
  • Send Telegram message with the details of the ticket

Key Features

  • Real-time alerts on critical tasks
  • Simple logic (no code required)
  • Custom email body with dynamic fields
  • Works on any Google Sheet with a “Priority” column
  • Telegram notification ensures the task doesn’t get forgotten

Expected Output

  • Personalized email alert when a task is marked as "Urgent"
  • Email includes task info: title, owner, deadline, status, next step
  • Telegram message after 2 hours if the task is still open
  • Automatic creation of a Jira issue with the higgest priority
  • Telegram message to notify about the new Jira ticket

How it works

Trigger: Watches for “Priority” updates 🔍 Check: If Priority = Urgent AND Notified is empty 📧 Email: Sends a personalized alert ✏️ Sheet Update: Marks the task as already notified ⏳ Wait: 2-hour delay 🤖 Check Again: If Status hasn’t changed → send Telegram reminder, create Jira ticket and send the details.

Tutorial video:

Watch the Youtube Tutorial video

About me :

I’m Yassin a Project & Product Manager Scaling tech products with data-driven project management. 📬 Feel free to connect with me on Linkedin

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 Note1

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

Block 2 - Sticky Note

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

Block 3 - Email alert

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 4 - Condition to send the email

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

Block 5 - Trigger when Urgent status

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

Block 6 - Sticky Note4

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

Block 7 - Notified update

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

Block 8 - Waiting before check

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

Block 9 - Check if task is dealt with

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

Block 10 - Send the escalation message

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

Block 11 - Jira ticket creation

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

Block 12 - Send notification of the escalation

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

3. Summary Table

Workflow Task escalation system with Google Sheets, Gmail, Telegram & Jira automation
Complexity intermediate
Nodes 12
Categories Project Management
Author Yassin Zehar
Published 05 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10523/10523.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 Task escalation system with Google Sheets, Gmail, Telegram & Jira automation do?

Description This workflow sends an instant email alert when a task in a Google Sheet is marked as Urgent, and then sends a Telegram reminder notification after 2 hours if the task still hasn’t been...

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