8
n8n 中文网amn8n.com

每日会议摘要(Google日历 + Gemini AI,支持Slack-Discord-WhatsApp)

中级

这是一个Personal Productivity, AI Summarization领域的自动化工作流,包含 9 个节点。主要使用 Slack, Discord, WhatsApp, Agent, ScheduleTrigger 等节点。 使用Google日历和Gemini AI的每日会议摘要,支持Slack、Discord和WhatsApp

前置要求
  • Slack Bot Token 或 Webhook URL
  • Discord Bot Token 或 Webhook
  • Google Gemini API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "nodes": [
    {
      "id": "c8b0129b-4640-4b46-9626-b42fdd676840",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        -160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "f625cfdf-8135-4cc9-9a8a-d30976a8a5ff",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        208,
        0
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "a0bc0097-efdd-4a45-9129-55f620d7f7f3",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        96,
        224
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d8e03223-2917-4470-919a-771f141a077a",
      "name": "Google Calendar 2",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        512,
        224
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "824ed333-9716-4485-800e-ff5e9a01277b",
      "name": "Google Calendar 1",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        304,
        224
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "12afd813-c97a-4b09-af1d-3d9aa0614253",
      "name": "Send to Discord",
      "type": "n8n-nodes-base.discord",
      "position": [
        832,
        0
      ],
      "webhookId": "43f7291e-f498-47dd-8d5d-ad7e8985f6cc",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "4b0933c1-451f-4745-b623-14503749d215",
      "name": "Send to WhatsApp",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        832,
        192
      ],
      "webhookId": "98fd8d5f-09b6-4f94-97b3-9f36ebcda4ce",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "37a811a6-b5d1-4ef5-ac28-20d6e152f54c",
      "name": "Send to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        832,
        -192
      ],
      "webhookId": "f3e29a3d-e761-4842-a6e3-e5a4ac264302",
      "parameters": {},
      "typeVersion": 2.3
    }
  ],
  "pinData": {},
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send to Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send to Discord",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send to WhatsApp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send to Slack": {
      "main": [
        []
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar 1": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar 2": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 个人效率, AI 摘要总结

需要付费吗?

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

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

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

作者
Zain Khan

Zain Khan

@zain

I partner with businesses to streamline processes and accelerate growth through intelligent AI automation and Web/mobile Development. Leveraging deep expertise in GPT-4, LangChain, and n8n, I develop AI-powered agents and sophisticated LLM pipelines.

外部链接
在 n8n.io 查看

分享此工作流