每日业务脉搏
中级
这是一个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)可能需要您自行付费。
相关工作流推荐
AI驱动的客户成功教练
使用Notion、Gmail和GPT-4o自动化客户沟通与管理
Cron
Gmail
Notion
+1
14 节点Shelly-Ann Davy
客户关系管理
宁静的晚间仪式 — 放松自动化
通过 Telegram、Notion 和邮件的个性化晚间放松系统与情绪追踪
If
Set
Code
+7
22 节点Shelly-Ann Davy
AI 聊天机器人
脸红粉红周 — 7天Pinterest规划器(n8n + Notion)
集成Notion与邮件发送功能的7天Pinterest内容规划器
If
Set
Cron
+6
17 节点Shelly-Ann Davy
社交媒体
周日清理 Gmail 收件箱
自动化Gmail整理:每周新闻简报归档和收据标记
Cron
Gmail
5 节点Shelly-Ann Davy
个人效率
优雅的客户入职礼宾服务 — 专业版(通用,v3)
使用Notion、邮件和CRM集成的自动客户入职系统
If
Set
Notion
+10
31 节点Shelly-Ann Davy
客户关系管理
自动财务追踪器:同步收据、预测现金流并获取月度报告
使用Gmail、Google Sheets和GPT-4o月度报告的自动化财务追踪器
If
Set
Cron
+6
17 节点Shelly-Ann Davy
发票处理
工作流信息
难度等级
中级
节点数量6
分类2
节点类型6
作者
Shelly-Ann Davy
@shecodesfloFounder 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 查看 →
分享此工作流