8
n8n 中文网amn8n.com

📦 新邮件 ➔ 创建Google任务

初级

这是一个Other, IT Ops领域的自动化工作流,包含 4 个节点。主要使用 GoogleTasks, GmailTrigger 等节点。 从Gmail标记邮件自动创建Google任务

前置要求
  • Google 账号和 Gmail API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 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)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量4
分类2
节点类型3
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

外部链接
在 n8n.io 查看

分享此工作流