优雅内容激发 — RSS → Notion (n8n)
高级
这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 20 个节点。主要使用 If, Set, Cron, Notion, Function 等节点。 将 RSS 源整理为每日内容创意,通过邮件发送,支持 Notion 和 Telegram 选项
前置要求
- •Notion API Key
- •Telegram Bot Token
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"templateCredsWarning": "Attach Email (+ Notion/Telegram if enabled) credentials after import. No secrets in JSON."
},
"name": "优雅内容激发 — RSS → Notion (n8n)",
"nodes": [
{
"name": "置顶:自述文件",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
-120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "置顶:先决条件 + 架构",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "置顶:设置清单",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "置顶:测试与行为",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
240
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "置顶:合规性 + 故障排除",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
360
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "每日定时任务",
"type": "n8n-nodes-base.cron",
"position": [
-160,
40
],
"parameters": {},
"typeVersion": 1
},
{
"name": "手动触发器",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-160,
200
],
"parameters": {},
"typeVersion": 1
},
{
"name": "设置:用户配置",
"type": "n8n-nodes-base.set",
"position": [
80,
200
],
"parameters": {},
"typeVersion": 2
},
{
"name": "函数:构建URL项",
"type": "n8n-nodes-base.function",
"position": [
360,
60
],
"parameters": {},
"typeVersion": 2
},
{
"name": "RSS:读取订阅源",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
540,
60
],
"parameters": {},
"typeVersion": 1
},
{
"name": "函数:收集与角度",
"type": "n8n-nodes-base.function",
"position": [
720,
60
],
"parameters": {},
"typeVersion": 2
},
{
"name": "函数:修剪",
"type": "n8n-nodes-base.function",
"position": [
900,
60
],
"parameters": {},
"typeVersion": 2
},
{
"name": "函数:构建邮件",
"type": "n8n-nodes-base.function",
"position": [
960,
180
],
"parameters": {},
"typeVersion": 2
},
{
"name": "条件判断:Notion是否启用?",
"type": "n8n-nodes-base.if",
"position": [
960,
300
],
"parameters": {},
"typeVersion": 2
},
{
"name": "Notion:创建想法",
"type": "n8n-nodes-base.notion",
"position": [
1140,
420
],
"parameters": {},
"typeVersion": 2
},
{
"name": "邮件:发送摘要",
"type": "n8n-nodes-base.emailSend",
"position": [
1140,
180
],
"parameters": {},
"typeVersion": 2
},
{
"name": "条件判断:Telegram是否启用?",
"type": "n8n-nodes-base.if",
"position": [
1140,
240
],
"parameters": {},
"typeVersion": 2
},
{
"name": "Telegram:发送通知",
"type": "n8n-nodes-base.telegram",
"position": [
1140,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "错误处理",
"type": "n8n-nodes-base.errorTrigger",
"position": [
-160,
360
],
"parameters": {},
"typeVersion": 1
},
{
"name": "错误处理 → 邮件通知所有者",
"type": "n8n-nodes-base.emailSend",
"position": [
1140,
360
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"connections": {
"On Error": {
"main": [
[
{
"node": "On Error → Email Owner",
"type": "main",
"index": 0
}
]
]
},
"Daily Cron": {
"main": [
[
{
"node": "Set: User Config",
"type": "main",
"index": 0
}
]
]
},
"Function: Trim": {
"main": [
[
{
"node": "Function: Build Email",
"type": "main",
"index": 0
},
{
"node": "If: Notion Enabled?",
"type": "main",
"index": 0
}
]
]
},
"Manual Trigger": {
"main": [
[
{
"node": "Set: User Config",
"type": "main",
"index": 0
}
]
]
},
"RSS: Read Feed": {
"main": [
[
{
"node": "Function: Collect & Angle",
"type": "main",
"index": 0
}
]
]
},
"Set: User Config": {
"main": [
[
{
"node": "Function: Build URL Items",
"type": "main",
"index": 0
}
]
]
},
"If: Notion Enabled?": {
"main": [
[
{
"node": "Notion: Create Idea",
"type": "main",
"index": 0
}
],
[]
]
},
"Function: Build Email": {
"main": [
[
{
"node": "Email: Send Digest",
"type": "main",
"index": 0
}
]
]
},
"If: Telegram Enabled?": {
"main": [
[
{
"node": "Telegram: Ping",
"type": "main",
"index": 0
}
],
[]
]
},
"Function: Build URL Items": {
"main": [
[
{
"node": "RSS: Read Feed",
"type": "main",
"index": 0
}
]
]
},
"Function: Collect & Angle": {
"main": [
[
{
"node": "Function: Trim",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 内容创作, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
家庭与业务周度节奏规划器 (v1)
每周业务与家庭任务规划器(Notion、邮件摘要和Telegram)
If
Set
Cron
+7
20 节点Shelly-Ann Davy
个人效率
脸红粉红周 — 7天Pinterest规划器(n8n + Notion)
集成Notion与邮件发送功能的7天Pinterest内容规划器
If
Set
Cron
+6
17 节点Shelly-Ann Davy
社交媒体
优雅的客户入职礼宾服务 — 专业版(通用,v3)
使用Notion、邮件和CRM集成的自动客户入职系统
If
Set
Notion
+10
31 节点Shelly-Ann Davy
客户关系管理
肯定发送器 + 每周感恩摘要(健康)v2
使用Notion、邮件和Telegram的每日肯定语和每周感恩摘要
If
Set
Cron
+9
26 节点Shelly-Ann Davy
个人效率
Pantry 软库存补货 — Notion → 购物清单 + 电子邮件
使用 Notion 和邮件通知自动管理食品储藏室库存
Set
Cron
Notion
+4
15 节点Shelly-Ann Davy
个人效率
规划每周膳食并将食材添加到Notion(Cron + 邮件)
在Notion中生成每周购物清单并自动发送邮件通知
If
Set
Code
+5
20 节点Shelly-Ann
个人效率
工作流信息
难度等级
高级
节点数量20
分类2
节点类型11
作者
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 查看 →
分享此工作流