宁静 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)可能需要您自行付费。
相关工作流推荐
自动财务追踪器:同步收据、预测现金流并获取月度报告
使用Gmail、Google Sheets和GPT-4o月度报告的自动化财务追踪器
If
Set
Cron
+6
17 节点Shelly-Ann Davy
发票处理
工作日日志记录
AI工时表生成器 - 集成Gmail、日历和GitHub到Google表格
If
Set
Code
+11
31 节点Luka Zivkovic
个人效率
使用AI求职信自动搜索职位
使用 Google Jobs、RemoteOK 和 GPT-3.5 自动化带AI求职信的职位搜索
If
Set
Code
+7
17 节点Shelly-Ann Davy
个人效率
德国公寓查找器和自动申请(带便签功能)
自动德国公寓搜索与申请,集成Immobilienscout24和Google服务
Set
Cron
Function
+6
22 节点Abbas Ali
个人效率
从Notion自动执行客户培育邮件和评价收集
通过Telegram使用Google日历和Notion CRM自动化会议安排
If
Set
Code
+8
19 节点Shelly-Ann Davy
客服机器人
肯定发送器 + 每周感恩摘要(健康)v2
使用Notion、邮件和Telegram的每日肯定语和每周感恩摘要
If
Set
Cron
+9
26 节点Shelly-Ann Davy
个人效率
工作流信息
难度等级
中级
节点数量15
分类2
节点类型9
作者
Shelly-Ann Davy
@SheCodesFlowFounder 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 查看 →
分享此工作流