周日清理 Gmail 收件箱
初级
这是一个Personal Productivity、Multimodal AI领域的自动化工作流,包含 5 个节点。主要使用 Cron、Gmail 等节点。 自动化Gmail整理:每周新闻简报归档和收据标记
前置要求
- •Google 账号和 Gmail API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "__PLACEHOLDER__"
},
"name": "周日清理 Gmail 收件箱",
"nodes": [
{
"id": "cron",
"name": "周日晚上 9 点触发器",
"type": "n8n-nodes-base.cron",
"position": [
240,
300
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "getNews",
"name": "查找旧新闻简报",
"type": "n8n-nodes-base.gmail",
"position": [
480,
250
],
"parameters": {},
"typeVersion": 2
},
{
"id": "archiveNews",
"name": "温和归档",
"type": "n8n-nodes-base.gmail",
"position": [
720,
250
],
"operation": "delete",
"parameters": {},
"typeVersion": 2
},
{
"id": "getReceipts",
"name": "查找收据",
"type": "n8n-nodes-base.gmail",
"position": [
480,
420
],
"parameters": {},
"typeVersion": 2
},
{
"id": "labelReceipts",
"name": "标记收据",
"type": "n8n-nodes-base.gmail",
"position": [
720,
420
],
"operation": "addLabel",
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"connections": {
"Find Receipts": {
"main": [
[
{
"node": "Label Receipts",
"type": "main",
"index": 0
}
]
]
},
"Sun 9 PM Trigger": {
"main": [
[
{
"node": "Find Old Newsletters",
"type": "main",
"index": 0
}
],
[
{
"node": "Find Receipts",
"type": "main",
"index": 0
}
]
]
},
"Find Old Newsletters": {
"main": [
[
{
"node": "Archive Softly",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
这是一个初级难度的工作流,适用于Personal Productivity、Multimodal AI等场景。适合 n8n 新手,包含 1-5 个节点的简单工作流
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
Pantry 软库存补货 — Notion → 购物清单 + 电子邮件
使用 Notion 和邮件通知自动管理食品储藏室库存
Set
Cron
Notion
+4
15 节点Shelly-Ann Davy
Personal Productivity
家庭与业务周度节奏规划器 (v1)
每周业务与家庭任务规划器(Notion、邮件摘要和Telegram)
If
Set
Cron
+7
20 节点Shelly-Ann Davy
Personal Productivity
肯定发送器 + 每周感恩摘要(健康)v2
使用Notion、邮件和Telegram的每日肯定语和每周感恩摘要
If
Set
Cron
+9
26 节点Shelly-Ann Davy
Personal Productivity
规划每周膳食并将食材添加到Notion(Cron + 邮件)
在Notion中生成每周购物清单并自动发送邮件通知
If
Set
Code
+5
20 节点Shelly-Ann
Personal Productivity
使用 Cron 将每日肯定语发送到您的收件箱(可选 Telegram)
使用 Cron 定时发送每日肯定语到邮箱和 Telegram
If
Set
Code
+4
8 节点Shelly-Ann
Personal Productivity
每日业务脉搏
使用 Notion、Gmail、Stripe、日历和 GPT-4o 生成每日业务摘要
Cron
Gmail
Notion
+3
6 节点Shelly-Ann Davy
AI Summarization
工作流信息
难度等级
初级
节点数量5
分类2
节点类型2
作者
Shelly-Ann Davy
@shecodesfloFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
外部链接
在 n8n.io 上查看 →
分享此工作流