Skip to main content

Automate task deadline reminders with Google Sheets and Gmail (Today/3-Day/7-Day)

Workflow preview

Workflow preview
100%
Automate task deadline reminders with Google Sheets and Gmail (Today/3-Day/7-Day) preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Task Deadline Reminder Workflow (Today / 3 Day / 7 Day) Task deadline management manually is inefficient and leads to missed deadlines—especially when teams rely on spreadsheets and individual remi...

Best for

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

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate task deadline reminders with Google Sheets and Gmail (Today/3-Day/7-Day)
Workflow name
Automate task deadline reminders with Google Sheets and Gmail (Today/3-Day/7-Day)

Task Deadline Reminder Workflow (Today / 3-Day / 7-Day)

Task deadline management manually is inefficient and leads to missed deadlines—especially when teams rely on spreadsheets and individual reminders.
This workflow automates the entire follow-up process by reading a centralized task sheet in Google Sheets every morning, checking the deadline for each task, and sending automatic email notifications to the responsible person based on urgency.
Tasks due today, within three days, or within one week are identified and routed to customized Gmail notifications, ensuring that every team member is aware of upcoming deadlines without manual checking.

Who’s it for

This workflow is ideal for teams and organizations that manage multiple tasks across departments and need a reliable way to stay on top of deadlines. It is especially useful for:

  • Project managers coordinating many deadlines
  • Back-office teams monitoring routine operational tasks
  • Organizations with distributed members
  • Anyone who relies on spreadsheets but needs automated follow-up

By integrating Google Sheets, n8n, and Gmail, you gain a proactive notification system that keeps everyone aligned and reduces the risk of forgotten tasks.

How it works

1. Daily trigger

The workflow runs every morning at 9:00 using a Schedule Trigger.

2. Load task list from Google Sheets

The workflow retrieves all rows from the designated spreadsheet, including task name, deadline, responsible person, and email address.

3. Process tasks individually

A loop node evaluates each task one by one.

4. Evaluate deadline conditions

  • Due today: Deadline matches today’s date
  • Due within 3 days: Deadline falls between today and three days ahead
  • Due within 7 days: Deadline falls between today and one week ahead

5. Send notifications

Depending on urgency:

  • “本日が締め切りです” for tasks due today
  • “タスク期限が三日前となりました” for tasks due within 3 days
  • “タスクの期限が一週間以内です” for tasks due within 7 days

Each email is automatically sent to the responsible person based on the “メールアドレス” field in the sheet.

6. Complete processing

The loop continues until all task rows have been checked.

How to set up

  • Import the workflow into your n8n instance
  • Authenticate Google Sheets and select the task spreadsheet
  • Authenticate Gmail as the sender account
  • Confirm required columns: タスク, 期限, 担当, メールアドレス
  • Adjust time, message text, or conditions based on your internal rules

Requirements

  • Active n8n instance
  • Google Sheets access with permission to read the task list
  • Gmail OAuth connection for email sending
  • Spreadsheet with at least: task name, deadline, responsible person, email address

How to customize

You can expand and refine this workflow to match your company’s processes:

  • Add Slack, Chatwork, or LINE notifications
  • Add overdue task detection
  • Add task priority sorting (High / Medium / Low)
  • Log notifications back into the spreadsheet
  • Send daily summary reports to managers

This workflow provides a flexible foundation for building a complete automated task governance system.

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 - Get row(s) in sheet

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

Block 2 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - 3日以内

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

Block 4 - Schedule Trigger

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

Block 5 - Sticky Note

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

Block 6 - Sticky Note1

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

Block 7 - Sticky Note2

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

Block 8 - Sticky Note3

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

Block 9 - Check Due Today (IF)

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

Block 10 - Sticky Note4

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

Block 11 - Sticky Note5

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

Block 12 - Sticky Note6

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

Block 13 - Sticky Note7

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

Block 14 - Send 3-Day Reminder (Gmail)

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

Block 15 - Sticky Note8

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

Block 16 - Sticky Note9

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

Block 17 - Check Within 7 Days (IF)

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

Block 18 - Send 7-Day Reminder

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

3. Summary Table

Workflow Automate task deadline reminders with Google Sheets and Gmail (Today/3-Day/7-Day)
Complexity advanced
Nodes 18
Categories Project Management
Author Yuki Hirota
Published 14 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10825/10825.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 Automate task deadline reminders with Google Sheets and Gmail (Today/3-Day/7-Day) do?

Task Deadline Reminder Workflow (Today / 3 Day / 7 Day) Task deadline management manually is inefficient and leads to missed deadlines—especially when teams rely on spreadsheets and individual remi...

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.