๐ Send one-time email alerts for urgent tasks with Google Sheets and Gmail
โก 104 views ยท ๐ Project Management
Description
Description
This workflow sends a personalized email when a task in a Google Sheet is marked as Urgent, but only once per task.
It prevents duplicate notifications by updating the sheet after the email is sent. Ideal for collaborative task tracking where multiple people edit the same spreadsheet.
Context
When working with shared task lists in Google Sheets, itโs easy to miss critical updates โ or worse, trigger multiple alerts for the same task.
This workflow ensures that each โUrgentโ task only sends one email notification, and then marks it as โNotifiedโ to avoid duplicates.
Target Users
- Project Managers using Google Sheets
- Operations or support teams managing collaborative task boards
- Anyone who needs alert automation with built-in anti-spam logic
Technical Requirements
-
Google Sheets account with edit access
-
Gmail account for sending notifications
-
Google Sheet with columns:
-
Priority
-
Notified
-
Task
-
Owner
-
Deadline
-
Status
-
Next Step
-
Workflow Steps
image.png
-
Trigger: Watches for changes in Google Sheets (e.g., edits to the โPriorityโ column)
-
IF Node โ Checks that:
-
Priority = Urgent
-
Notified is empty
-
row exists (required for update)
-
Send Email: Sends a personalized message with task details
-
Update Row: Writes โYesโ in the Notified column to avoid duplicate alerts
Setup Instructions
To set up this workflow:
-
Connect your Google Sheets and Gmail credentials in n8n.
-
Copy the spreadsheet structure or use your own
-
Import the workflow, select your Sheet (and the column to check if you use a different Google Sheets template), and test by marking a task as โUrgentโ.
-
Check that an email is sent and the โNotifiedโ column updates to โYesโ.-
Key Features
โ One email per urgent task โ prevents duplicates ๐ง Dynamic email content with task info ๐ง Built-in anti-spam logic ๐ Simple to configure and reuse ๐ฌ Customizable for any teamโs needs
Expected Output
-
An email alert is sent only once per task marked as Urgent image.png
-
The Notified field is updated in the Google Sheet image.png
-
A clean and scalable alert system with no duplicates
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
๐ Nodes Used
Google Sheets, Gmail, Google Sheets Trigger
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File