📦 新邮件 ➔ 创建Google任务
初级
这是一个Other, IT Ops领域的自动化工作流,包含 4 个节点。主要使用 GoogleTasks, GmailTrigger 等节点。 从Gmail标记邮件自动创建Google任务
前置要求
- •Google 账号和 Gmail API 凭证
使用的节点 (4)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "z0C6H2kYSgML2dib",
"meta": {
"instanceId": "2ac84bf1f440a0e879aa6d91666aa16b413615a793da24a417a70de20243c4ba",
"templateCredsSetupCompleted": true
},
"name": "📦 新邮件 ➔ 创建Google任务",
"tags": [],
"nodes": [
{
"id": "fdba3386-940b-4ca4-81a9-c76e363a7227",
"name": "Gmail 触发器",
"type": "n8n-nodes-base.gmailTrigger",
"position": [
60,
0
],
"parameters": {
"filters": {
"q": "label:To-Do"
},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"authentication": "serviceAccount"
},
"credentials": {
"googleApi": {
"id": "6u0XyjLYbWGHq1M4",
"name": "Gmail account"
}
},
"typeVersion": 1.2
},
{
"id": "6973ee87-995d-40b2-aab3-12af2a34ea7e",
"name": "Google Tasks",
"type": "n8n-nodes-base.googleTasks",
"position": [
280,
0
],
"parameters": {
"title": "={{$json[\"subject\"]}}",
"additionalFields": {
"notes": "={{$json[\"snippet\"]}}",
"dueDate": "={{ $now.plus(1, day).toLocaleString() }}"
}
},
"credentials": {
"googleTasksOAuth2Api": {
"id": "bwDydGxO2qvAXRCo",
"name": "Google Tasks account"
}
},
"typeVersion": 1
},
{
"id": "d5f1c380-04dc-4638-8d8f-59535a5ea531",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
-100
],
"parameters": {
"width": 600,
"height": 280,
"content": "## 📦 📦 新邮件 → 在Google Tasks中创建待办事项"
},
"typeVersion": 1
},
{
"id": "b0ac6967-b805-4f72-981f-51270cb17dbe",
"name": "便签 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
200
],
"parameters": {
"width": 600,
"height": 200,
"content": "## 必需设置:"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "16d1e0a6-b60b-4190-a74b-c5bd7626cfdb",
"connections": {
"Gmail Trigger": {
"main": [
[
{
"node": "Google Tasks",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 其他, IT 运维
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
标记接收邮件,构建知识图谱,通过Telegram通知
使用Gemini AI自动化Gmail标记并构建InfraNodus知识图谱,通过Telegram发送提醒
Code
Wait
Gmail
+8
28 节点InfraNodus
其他
同步 YouTube 视频链接与 Google Sheets
将 YouTube 视频链接与 Google Sheets 同步
Set
Split Out
Http Request
+3
8 节点Aayushman Sharma
人工智能
✈️ 使用CarbonInterface API和GPT-4o计算商务旅行二氧化碳排放量
✈️ 通过Carbon Interface API和GPT-4o计算商务旅行二氧化碳排放
Split Out
Http Request
Gmail Trigger
+6
12 节点Samir Saci
其他
📦 使用Gmail和Google表格解析EDI消息
📦 使用Gmail和Google表格解析电子数据交换(EDI)消息
If
Set
Code
+6
17 节点Samir Saci
其他
Line 保存文件到 Google Drive 并记录文件的 URL
自动保存并整理 LINE 消息文件到 Google Drive,并在表格中记录文件 URL
If
Code
Merge
+5
27 节点Jaruphat J.
其他
Google 日历到 Sheets 模板 v1.0
自动将 Google 日历事件同步到 Google Sheets 跟踪器
If
Code
Google Sheets
+4
18 节点Shi Varong
其他