Skip to main content

Automated daily task reminder emails with Google Sheets & SMTP

Workflow preview

Automated daily task reminder emails with Google Sheets & SMTP preview
Open on n8n.io

Important notice

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

Overview

Description:

Automatically send daily reminder emails to your team using this prebuilt n8n workflow integrated with Google Sheets and SMTP. This automation scans a content calendar spreadsheet, filters pending tasks due today, sends personalized reminders to assigned writers, and updates the sheet with email delivery statusβ€”perfect for managing content teams, freelancers, or internal task deadlines without manual follow-ups.

What This Template Does

⏰ Daily Trigger (Cron): Starts automatically each day at a specified time to check for due tasks.

πŸ“‹ Reads Tasks from Google Sheets:Fetches all task entries from your content calendar spreadsheet including task name, due date, writer email, and status.

πŸ” Filters Today's Pending Tasks: Uses a filter node to select only those tasks where the due date is today and the status is still marked as β€œPending.

πŸ“§ Sends Reminder Emails via SMTP: Automatically sends a personalized email to each writer, reminding them about their due task with the task name in the subject line.

🧠 Determines Delivery Status (Code Node):Checks if the email was accepted and marks it as β€œsent” or β€œnot sent” for accurate tracking.

πŸ“ˆ Updates Google Sheet with Email Status: Logs the delivery result back into the original spreadsheet, ensuring that team leads can track follow-ups and completion metrics.

Required Integrations

βœ… Google Sheets OAuth2 API (for reading/writing task info) βœ… SMTP Credentials (for sending reminder emails) 🎯 Ideal Use Cases πŸ“ Content Calendar Reminders for writers, editors, and content managers πŸ§‘β€πŸ’Ό Daily Task Reminders for project coordinators or team leads πŸ“… Client Follow-Ups for account managers or sales reps ⏳ Deadline Compliance Automation for remote or async teams

Why This Template is Powerful

  • No more missed deadlines or manual tracking
  • Completely modularβ€”can be adapted to send Slack reminders or WhatsApp instead
  • Full loop: trigger β†’ check β†’ remind β†’ log
  • Perfect for non-tech teams using Google Sheets to track deliverables