8
n8n 中文网amn8n.com

每日日程简报

中级

这是一个AI, IT Ops领域的自动化工作流,包含 14 个节点。主要使用 Code, Gmail, Filter, Markdown, SplitOut 等节点,结合人工智能技术实现智能自动化。 AI驱动日程与会议摘要,集成Gmail和GPT-4o/Claude

前置要求
  • Google 账号和 Gmail API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "nCn0zZQl548RgBt6",
  "meta": {
    "instanceId": "ecb37b2845ffa39f674be4d2025b55add9c88e6f767e2ef60183d41cef2583c1",
    "templateCredsSetupCompleted": true
  },
  "name": "每日日程简报",
  "tags": [],
  "nodes": [
    {
      "id": "e389bd0a-fc69-47ee-bda6-acf0e3d18b16",
      "name": "OpenRouter聊天模型",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        908,
        180
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "06f1964e-836e-46d4-8ad9-0d0f20e63579",
      "name": "合并事件",
      "type": "n8n-nodes-base.code",
      "position": [
        1256,
        -40
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "d99a2f9b-d913-4e08-9158-5007bb7c3d1a",
      "name": "OpenRouter聊天模型1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1564,
        180
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "87ac8217-751b-44d8-a09d-75ce1b8a3add",
      "name": "总结日程安排",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1476,
        -40
      ],
      "parameters": {},
      "typeVersion": 1.6
    },
    {
      "id": "4bd149c0-8b2c-43a9-8bcb-98701dc8afd2",
      "name": "Markdown 转 HTML",
      "type": "n8n-nodes-base.markdown",
      "position": [
        1852,
        -40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d829156c-21a7-4ea7-bbae-907dbf30c40c",
      "name": "简单记忆",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        1028,
        180
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "5b585b10-f1af-4120-904f-2653e5b38873",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -400
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "294ea70a-0427-4a71-a996-fb7c027e63e2",
      "name": "每日运行",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -220,
        -40
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "20abc543-1b62-4e2b-9334-1b9a0ad56f3f",
      "name": "读取日历事件",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        0,
        -40
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "9dc56659-d2d6-4cc8-be9f-3e9d0a52125c",
      "name": "解析参会者",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        220,
        -40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b39a4263-3dde-42f0-bf08-7749c32fbf23",
      "name": "识别外部参会者",
      "type": "n8n-nodes-base.filter",
      "position": [
        440,
        -40
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "b9284cc9-fdff-42eb-a376-fd5992144462",
      "name": "读取最新邮件",
      "type": "n8n-nodes-base.gmail",
      "onError": "continueRegularOutput",
      "position": [
        660,
        -40
      ],
      "webhookId": "c9df76ab-0eb6-4665-89a0-a39d54ec86e5",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "96c0a673-1772-4073-a7b6-eddb5667334a",
      "name": "研究并编写简报",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "onError": "continueRegularOutput",
      "position": [
        880,
        -40
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "4898d2ac-9929-4732-9405-283cdd46fea2",
      "name": "发送邮件",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2072,
        -40
      ],
      "webhookId": "74234a7a-28da-4862-8bb2-02e1858ffd2e",
      "parameters": {},
      "typeVersion": 2.1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "e468a289-2e97-4ccc-9948-81e2181cc569",
  "connections": {
    "Run Daily": {
      "main": [
        [
          {
            "node": "Read Calendar Events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Events": {
      "main": [
        [
          {
            "node": "Summarize Schedule",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Research and Develop Brief",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Parse Attendees": {
      "main": [
        [
          {
            "node": "Identify External Attendees",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Markdown to HTML": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Latest Emails": {
      "main": [
        [
          {
            "node": "Research and Develop Brief",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summarize Schedule": {
      "main": [
        [
          {
            "node": "Markdown to HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Calendar Events": {
      "main": [
        [
          {
            "node": "Parse Attendees",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Research and Develop Brief",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Summarize Schedule",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Research and Develop Brief": {
      "main": [
        [
          {
            "node": "Merge Events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Identify External Attendees": {
      "main": [
        [
          {
            "node": "Read Latest Emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 人工智能, IT 运维

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量14
分类2
节点类型12
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 查看

分享此工作流