宁静 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": "Serene CFO Sunrise — Soft‑Tech Morning Brief (Household CEO) 🌸",
"nodes": [
{
"id": "Cron1",
"name": "Start (Cron @ 08:00)",
"type": "n8n-nodes-base.cron",
"position": [
260,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "Note0",
"name": "🗒️ Sticky — Submission",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "NoteBrand",
"name": "🗒️ Sticky — Brand",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "NoteSetup",
"name": "🗒️ Sticky — Setup & Testing",
"type": "n8n-nodes-base.stickyNote",
"position": [
1100,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "SetBrand",
"name": "Brand Settings",
"type": "n8n-nodes-base.set",
"position": [
560,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "FuncTime",
"name": "Time Window",
"type": "n8n-nodes-base.function",
"position": [
840,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "HTTPBank",
"name": "Bank Balances (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 Orders (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 Invoices (Open)",
"type": "n8n-nodes-base.httpRequest",
"position": [
1140,
340
],
"parameters": {},
"notesInFlow": true,
"typeVersion": 3
},
{
"id": "GCal",
"name": "Google Calendar — Today",
"type": "n8n-nodes-base.googleCalendar",
"position": [
1140,
420
],
"parameters": {},
"typeVersion": 3
},
{
"id": "Assemble",
"name": "Assemble Snapshot",
"type": "n8n-nodes-base.function",
"position": [
1400,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "OpenAI",
"name": "Draft Top 3 (OpenAI)",
"type": "n8n-nodes-base.openAi",
"position": [
1600,
300
],
"parameters": {},
"typeVersion": 4
},
{
"id": "BuildMsg",
"name": "Build Message (Soft HTML)",
"type": "n8n-nodes-base.function",
"position": [
1800,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "EmailSend",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"position": [
2000,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "Telegram",
"name": "Send Telegram (optional)",
"type": "n8n-nodes-base.telegram",
"position": [
2000,
340
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"version": 2,
"settings": {
"timezone": "America/Los_Angeles"
},
"connections": {
"FuncTime": {
"main": [
[
{
"node": "HTTPBank",
"type": "main",
"index": 0
},
{
"node": "HTTPShopify",
"type": "main",
"index": 0
},
{
"node": "HTTPStripe",
"type": "main",
"index": 0
},
{
"node": "GCal",
"type": "main",
"index": 0
}
]
]
},
"SetBrand": {
"main": [
[
{
"node": "FuncTime",
"type": "main",
"index": 0
}
]
]
},
"Assemble": {
"main": [
[
{
"node": "OpenAI",
"type": "main",
"index": 0
}
]
]
},
"HTTPBank": {
"main": [
[
{
"node": "Assemble",
"type": "main",
"index": 0
}
]
]
},
"OpenAI": {
"main": [
[
{
"node": "BuildMsg",
"type": "main",
"index": 0
}
]
]
},
"Cron1": {
"main": [
[
{
"node": "SetBrand",
"type": "main",
"index": 0
}
]
]
},
"HTTPShopify": {
"main": [
[
{
"node": "Assemble",
"type": "main",
"index": 0
}
]
]
},
"HTTPStripe": {
"main": [
[
{
"node": "Assemble",
"type": "main",
"index": 0
}
]
]
},
"BuildMsg": {
"main": [
[
{
"node": "EmailSend",
"type": "main",
"index": 0
}
],
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
},
"GCal": {
"main": [
[
{
"node": "Assemble",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 个人效率, AI 摘要总结
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
自动财务追踪器:同步收据、预测现金流并获取月度报告
使用Gmail、Google Sheets和GPT-4o月度报告的自动化财务追踪器
If
Set
Cron
+
If
Set
Cron
17 节点Shelly-Ann Davy
发票处理
AI工时表生成器 - 集成Gmail、日历和GitHub到Google表格
AI工时表生成器 - 集成Gmail、日历和GitHub到Google表格
If
Set
Code
+
If
Set
Code
31 节点Luka Zivkovic
个人效率
使用AI求职信自动搜索职位
使用 Google Jobs、RemoteOK 和 GPT-3.5 自动化带AI求职信的职位搜索
If
Set
Code
+
If
Set
Code
17 节点Shelly-Ann Davy
个人效率
德国公寓查找器和自动申请(带便签功能)
自动德国公寓搜索与申请,集成Immobilienscout24和Google服务
Set
Cron
Function
+
Set
Cron
Function
22 节点Abbas Ali
个人效率
从Notion自动执行客户培育邮件和评价收集
通过Telegram使用Google日历和Notion CRM自动化会议安排
If
Set
Code
+
If
Set
Code
19 节点Shelly-Ann Davy
客服机器人
肯定发送器 + 每周感恩摘要(健康)v2
使用Notion、邮件和Telegram的每日肯定语和每周感恩摘要
If
Set
Cron
+
If
Set
Cron
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 查看 →
分享此工作流