n8n Workflow: Send Project Deadline Digest Emails (Gmail + Sheets)
n8n Workflow: Send Project Deadline Digest Emails (Gmail + Sheets)
Regular price
£53.99
Regular price
£53.99
Sale price
Unit price
/
per
⬇
Instant Digital Download
∞
Unlimited Downloads
★
Lifetime Access in Your Account
Couldn't load pickup availability
🔥
128+ Sold
Popular with n8n builders
⚡
23 people viewing
High interest right now
✅
9 added today
Fast-moving digital product
n8n Workflow: Send Project Deadline Digest Emails (Gmail + Sheets)
Regular price
£53.99
Regular price
£53.99
Sale price
Unit price
/
per
Never miss a project deadline—get an automatic weekday email digest from your Google Sheets
This n8n workflow reads upcoming project deadlines from Google Sheets, filters items due in the next 7 days (including overdue and due today), and sends a single consolidated HTML email via Gmail to keep your team focused. It also flags invalid deadline dates and skips any closed/completed projects.
What this workflow does
- Runs on weekdays at 08:00 (or you can start it manually in demo mode).
- Loads rows from the Deadlines sheet in Google Sheets (or generates fictional rows for safe testing).
-
Validates deadline dates in
YYYY-MM-DDformat; invalid dates are counted and included in a warning section. -
Skips closed/completed projects based on the
statuscolumn. - Calculates days remaining and keeps only deadlines due within the next 7 days.
- Sorts by urgency and builds a single consolidated HTML digest with counts.
- Sends through Gmail for scheduled runs, or returns the email subject + HTML as JSON for demo runs.
- Stops cleanly when there are no relevant deadlines to report.
Use cases
- SaaS operators monitoring deliverables: “Send a daily digest of what’s due soon.”
- Automation engineers testing schedule + email logic using demo mode and fictional deadline data.
- Teams tracking work in Google Sheets and needing Gmail notifications without building a custom app.
Technical details
-
Google Sheets (OAuth2): reads from a sheet named
Deadlineswith columns likeproject_id,project_name,deadline,owner_email,status,priority, andnext_step. - Gmail (OAuth2): sends the consolidated HTML digest to a configured recipient.
-
n8n nodes:
if,code,gmail,google sheets, andmanual trigger(plus a sticky note for guidance).
