8
n8n 中文网amn8n.com

每日业务脉搏

中级

这是一个AI Summarization, Multimodal AI领域的自动化工作流,包含 6 个节点。主要使用 Cron, Gmail, Notion, OpenAi, Stripe 等节点。 使用 Notion、Gmail、Stripe、日历和 GPT-4o 生成每日业务摘要

前置要求
  • Google 账号和 Gmail API 凭证
  • Notion API Key
  • OpenAI API Key
  • Stripe API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "daily-pulse-002",
  "name": "每日业务脉搏",
  "tags": [
    "daily routine",
    "morning ritual",
    "solopreneur",
    "small business",
    "automation",
    "no-code",
    "Notion",
    "Gmail",
    "Stripe",
    "Google Calendar",
    "GPT-4o",
    "productivity",
    "peace of mind",
    "soft tech",
    "tax preparer",
    "consultant",
    "service-based business"
  ],
  "nodes": [
    {
      "id": "cron-morning",
      "name": "Cron 触发器 - 每日早上 7 点",
      "type": "n8n-nodes-base.cron",
      "position": [
        100,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "notion-tasks",
      "name": "从 Notion 获取前 3 项任务",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "stripe-income",
      "name": "获取昨日收入 (Stripe)",
      "type": "n8n-nodes-base.stripe",
      "position": [
        300,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "google-calendar",
      "name": "获取今日日历事件",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        300,
        600
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "openai-motivation",
      "name": "使用 GPT-4o 生成激励信息",
      "type": "n8n-nodes-base.openAi",
      "position": [
        500,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "gmail-digest",
      "name": "发送每日摘要邮件",
      "type": "n8n-nodes-base.gmail",
      "position": [
        700,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {},
  "versionId": "v1.0",
  "connections": {
    "Cron Trigger - 7 AM Daily": {
      "main": [
        [
          "Get Top 3 Tasks from Notion",
          "main",
          0
        ],
        [
          "Get Yesterday's Income (Stripe)",
          "main",
          0
        ],
        [
          "Get Today's Calendar Events",
          "main",
          0
        ]
      ]
    },
    "Get Today's Calendar Events": {
      "main": [
        [
          "Generate Motivational Message with GPT-4o",
          "main",
          0
        ]
      ]
    },
    "Get Top 3 Tasks from Notion": {
      "main": [
        [
          "Send Daily Digest Email",
          "main",
          0
        ]
      ]
    },
    "Get Yesterday's Income (Stripe)": {
      "main": [
        [
          "Send Daily Digest Email",
          "main",
          0
        ]
      ]
    },
    "Generate Motivational Message with GPT-4o": {
      "main": [
        [
          "Send Daily Digest Email",
          "main",
          0
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - AI 摘要总结, 多模态 AI

需要付费吗?

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

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

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

作者
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

Founder 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 查看

分享此工作流