每日邮件调度器
初级
这是一个Project Management领域的自动化工作流,包含 4 个节点。主要使用 If, Gmail, GoogleSheets, ManualTrigger 等节点。 从 Google Sheets 使用 Gmail 安排每日邮件提醒
前置要求
- •Google 账号和 Gmail API 凭证
- •Google Sheets API 凭证
使用的节点 (4)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "Aj0B0tfHgAYgFAZh",
"meta": {
"instanceId": "7b35059aff065837b1c7d24142b37474554b08b3370f3096b2e57345690d178e",
"templateCredsSetupCompleted": true
},
"name": "每日邮件调度器",
"tags": [],
"nodes": [
{
"id": "3f436ab2-5937-4e74-8ee1-601181655406",
"name": "当点击\"执行工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-380,
-100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a7566e68-2613-4cd8-9307-ecdabb10cb9d",
"name": "获取表中的行",
"type": "n8n-nodes-base.googleSheets",
"position": [
-120,
-100
],
"parameters": {
"options": {},
"sheetName": "YOUR_SHEET_NAME",
"documentId": "YOUR_SHEET_ID"
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "REDACTED",
"name": "Google Sheets – Team Account"
}
},
"typeVersion": 4.6
},
{
"id": "e424a6a7-25ac-4258-8ec2-63f25c4ce2cb",
"name": "如果",
"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": "发送消息",
"type": "n8n-nodes-base.gmail",
"position": [
340,
-200
],
"parameters": {
"sendTo": "={{ $json.Email }}",
"message": "={{ $json.Body }}",
"options": {},
"subject": "={{ $json.Subject }}"
},
"credentials": {
"gmailOAuth2": {
"id": "REDACTED",
"name": "Gmail – Notification Account"
}
},
"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 ‘Execute workflow’": [
[
{
"node": "Get row(s) in sheet",
"type": "main",
"index": 0
}
]
]
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 项目管理
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
截止日期提醒机器人
使用Google Sheets、ChatGPT和Gmail的任务截止日期提醒
If
Gmail
Summarize
+4
7 节点Yar Malik (Asfandyar)
项目管理
使用 Monday.com、Jira、Slack 和 Google Sheets 自动化变更请求审批
使用Monday.com、Jira、Slack和Google Sheets自动化变更请求审批
If
Set
Jira
+6
25 节点Rahul Joshi
项目管理
潜在客户生成
使用正则表达式从Google地图提取商业联系信息到Google表格
Set
Code
Http Request
+3
9 节点Yar Malik (Asfandyar)
潜在客户开发
AI驱动的邮件分诊与自动回复系统,集成OpenAI代理和Gmail
AI驱动的邮件分诊与自动回复系统,集成OpenAI代理和Gmail
If
Set
Gmail
+20
68 节点Abdullahi Ahmed
内容创作
使用AI分析Reddit帖子识别商机
使用AI分析Reddit帖子以识别商业机会
If
Set
Gmail
+10
22 节点Alex Huang
产品
blog_workflow_template_n8n
使用Claude AI从新闻自动生成WordPress文章并分享到LinkedIn
If
Code
Wait
+10
23 节点Marco Venturi
内容创作