This workflow corresponds to n8n.io template #6338 — we link there as the canonical source.
This workflow follows the Gmail → Google Sheets recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "Aj0B0tfHgAYgFAZh",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Daily Mail Scheduler",
"tags": [],
"nodes": [
{
"id": "3f436ab2-5937-4e74-8ee1-601181655406",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-380,
-100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a7566e68-2613-4cd8-9307-ecdabb10cb9d",
"name": "Get row(s) in sheet",
"type": "n8n-nodes-base.googleSheets",
"position": [
-120,
-100
],
"parameters": {
"options": {},
"sheetName": "YOUR_SHEET_NAME",
"documentId": "YOUR_SHEET_ID"
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.6
},
{
"id": "e424a6a7-25ac-4258-8ec2-63f25c4ce2cb",
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
120,
-100
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "7e87aee9-3061-4daf-ae3c-0fed5ed1480b",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json['Due Date'] }}",
"rightValue": "={{ $now.format('yyyy-MM-dd') }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "ba1beadf-7a42-4a50-b0e6-8476528ed4dd",
"name": "Send a message",
"type": "n8n-nodes-base.gmail",
"position": [
340,
-200
],
"parameters": {
"sendTo": "={{ $json.Email }}",
"message": "={{ $json.Body }}",
"options": {},
"subject": "={{ $json.Subject }}"
},
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
},
"typeVersion": 2.1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "48622611-63c6-4ded-baa3-ab8eb91fc2af",
"connections": {
"If": [
[
{
"node": "Send a message",
"type": "main",
"index": 0
}
]
],
"Get row(s) in sheet": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
],
"When clicking \u2018Execute workflow\u2019": [
[
{
"node": "Get row(s) in sheet",
"type": "main",
"index": 0
}
]
]
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
gmailOAuth2googleSheetsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
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. Cron Trigger fires every day at your specified time. Google Sheets node reads all rows from your sheet. If…
Source: https://n8n.io/workflows/6338/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
[](https://www.youtube.com/watch?v=jxT6XO4eUwI)
🧠 5分鐘搞定n8n + Google OAuth. Uses googleDocs, googleDrive, googleSheets, googleCalendar. Event-driven trigger; 8 nodes.
This workflow creates a comprehensive error monitoring system for your n8n instance by automatically capturing workflow failures, logging them to Google Sheets, and sending immediate email notificatio
This n8n workflow provides a robust error handling and notification system for your n8n workflows. When an error occurs, it automatically logs the error details to Google Sheets, sends a notification
This workflow automates the repetitive task of invoicing, turning a manual process into an efficient, hands-free operation.