8
n8n 中文网amn8n.com

宁静 CFO 日出 — 软科技晨间简报(家庭 CEO)🌸

中级

这是一个Personal Productivity, AI Summarization领域的自动化工作流,包含 15 个节点。主要使用 Set, Cron, OpenAi, Function, Telegram 等节点。 🌸 CFO 日出 — 面向家庭 CEO 的软科技晨间简报(n8n 模板)

前置要求
  • OpenAI API Key
  • Telegram Bot Token
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "templateCredsNote": "Use credentials for HTTP Header Auth (Stripe, Shopify, Bank), Google OAuth2, SMTP, Telegram."
  },
  "name": "宁静 CFO 日出 — 软科技晨间简报(家庭 CEO)🌸",
  "nodes": [
    {
      "id": "Cron1",
      "name": "开始(Cron @ 08:00)",
      "type": "n8n-nodes-base.cron",
      "position": [
        260,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Note0",
      "name": "🗒️ 便签 — 提交",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "NoteBrand",
      "name": "🗒️ 便签 — 品牌",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        720,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "NoteSetup",
      "name": "🗒️ 便签 — 设置与测试",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "SetBrand",
      "name": "品牌设置",
      "type": "n8n-nodes-base.set",
      "position": [
        560,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "FuncTime",
      "name": "时间窗口",
      "type": "n8n-nodes-base.function",
      "position": [
        840,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "HTTPBank",
      "name": "银行余额 (HTTP)",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Swap URL/provider for Relay/Plaid as needed. Keep tokens in credentials.",
      "position": [
        1140,
        180
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3
    },
    {
      "id": "HTTPShopify",
      "name": "Shopify 订单 (HTTP)",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Prefer native Shopify node if you like.",
      "position": [
        1140,
        260
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3
    },
    {
      "id": "HTTPStripe",
      "name": "Stripe 发票(未结)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1140,
        340
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3
    },
    {
      "id": "GCal",
      "name": "Google Calendar — 今日",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1140,
        420
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "Assemble",
      "name": "组装快照",
      "type": "n8n-nodes-base.function",
      "position": [
        1400,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "OpenAI",
      "name": "起草前三项 (OpenAI)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        1600,
        300
      ],
      "parameters": {},
      "typeVersion": 4
    },
    {
      "id": "BuildMsg",
      "name": "构建消息(软 HTML)",
      "type": "n8n-nodes-base.function",
      "position": [
        1800,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailSend",
      "name": "发送邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2000,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Telegram",
      "name": "发送 Telegram(可选)",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2000,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "pinData": {},
  "version": 2,
  "settings": {
    "timezone": "America/Los_Angeles"
  },
  "connections": {
    "Time Window": {
      "main": [
        [
          {
            "node": "Bank Balances (HTTP)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Shopify Orders (HTTP)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Stripe Invoices (Open)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Calendar — Today",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Brand Settings": {
      "main": [
        [
          {
            "node": "Time Window",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Assemble Snapshot": {
      "main": [
        [
          {
            "node": "Draft Top 3 (OpenAI)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Bank Balances (HTTP)": {
      "main": [
        [
          {
            "node": "Assemble Snapshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Draft Top 3 (OpenAI)": {
      "main": [
        [
          {
            "node": "Build Message (Soft HTML)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start (Cron @ 08:00)": {
      "main": [
        [
          {
            "node": "Brand Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Orders (HTTP)": {
      "main": [
        [
          {
            "node": "Assemble Snapshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Stripe Invoices (Open)": {
      "main": [
        [
          {
            "node": "Assemble Snapshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Message (Soft HTML)": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Telegram (optional)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar — Today": {
      "main": [
        [
          {
            "node": "Assemble Snapshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

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

需要付费吗?

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

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

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

作者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

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

分享此工作流