8
n8n 中文网amn8n.com

优雅内容激发 — 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)可能需要您自行付费。

工作流信息
难度等级
高级
节点数量20
分类2
节点类型11
难度说明

适合高级用户,包含 16+ 个节点的复杂工作流

作者
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

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

分享此工作流