Skip to main content

Schedule daily email reminders from Google Sheets with Gmail

Workflow preview

Workflow preview
100%
Schedule daily email reminders from Google Sheets with Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Intro This template is for teams, individuals, or businesses who want to automatically send daily email reminders (e.g., updates, status alerts, follow‑ups) using n8n + Gmail . How it works 1. Cron...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, 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 Yar Malik (Asfandyar).

Original n8n.io source

1.1 Workflow description

Title
Schedule daily email reminders from Google Sheets with Gmail
Workflow name
Schedule daily email reminders from Google Sheets with Gmail

Intro

This template is for teams, individuals, or businesses who want to automatically send daily email reminders (e.g., updates, status alerts, follow‑ups) using n8n + Gmail.

How it works

  1. Cron Trigger fires every day at your specified time.
  2. Google Sheets node reads all rows from your sheet.
  3. If node filters rows matching your condition (e.g., Status = "Pending").
  4. Send a message (Gmail) sends a customized email to each filtered row.

Required Google Sheet Structure

Column Name Type Example Notes
Email string [email protected] Recipient email address
Status string Pending Filter criterion
Subject string Daily Status Update Email subject (supports variables)
Body string “Please update your task” Email body (text or HTML)

Detailed Setup Steps

  1. Google Sheets
    • Build your sheet with the columns above.
    • In n8n → Credentials, add Google Sheets API (avoid sensitive names).
  2. Gmail
    • In n8n → Credentials → Gmail (OAuth2 or SMTP), connect your account.
    • Do not include your real email in the credential name.
  3. Import & Configure
    • Export the workflow JSON (three‑dot menu → Export).
    • Paste it under Template Code in the Creator form.
    • In each node, select your Google Sheets and Gmail credentials.
  4. Sticky Notes
    • On the If node: “Defines which rows to email.”
    • On the Gmail node: “Sends the email.”

Customization Guidance

  • Adjust schedule: change the Cron expression in Cron Trigger.
  • Modify filter: edit the condition in the If node.
  • Customize email: use expressions like {{$node["Get row(s) in sheet"].json["Subject"]}}.

Troubleshooting

  • Verify the Google Sheet is shared with the connected service account.
  • Check your Cron timezone and expression.
  • Ensure Gmail credentials are valid and not rate‑limited.

Security & Best Practices

  • Remove any real email addresses and sheet IDs.
  • Use n8n Credentials or environment variables—never hard‑code secrets.
  • Add sticky notes for any complex logic.

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 - When clicking ‘Execute workflow’

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

Block 2 - Get row(s) in sheet

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

Block 3 - If

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

Block 4 - Send a message

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

3. Summary Table

Workflow Schedule daily email reminders from Google Sheets with Gmail
Complexity beginner
Nodes 4
Categories Project Management
Author Yar Malik (Asfandyar)
Published 23 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6338/6338.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 Schedule daily email reminders from Google Sheets with Gmail do?

Intro This template is for teams, individuals, or businesses who want to automatically send daily email reminders (e.g., updates, status alerts, follow‑ups) using n8n + Gmail . How it works 1. Cron...

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.