AutomationFlowsSlack & Telegram › Curate RSS Feeds Into Daily Content Ideas via Email with Notion & Telegram…

Curate RSS Feeds Into Daily Content Ideas via Email with Notion & Telegram…

Original n8n title: Curate RSS Feeds Into Daily Content Ideas via Email with Notion & Telegram Options

ByShelly-Ann Davy @SheCodesFlow on n8n.io

Graceful Content Sparks — RSS → Notion (n8n)

Cron / scheduled trigger★★★★☆ complexity20 nodesRSS Feed ReadNotionEmail SendTelegramError Trigger
Slack & Telegram Trigger: Cron / scheduled Nodes: 20 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #7791 — we link there as the canonical source.

This workflow follows the Emailsend → Telegram recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "meta": {
    "templateCredsWarning": "Attach Email (+ Notion/Telegram if enabled) credentials after import. No secrets in JSON."
  },
  "name": "Graceful Content Sparks \u2014 RSS \u2192 Notion (n8n)",
  "nodes": [
    {
      "name": "Sticky: README",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Sticky: Prereqs + Schema",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Sticky: Setup Checklist",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Sticky: Testing & Behavior",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Sticky: Compliance + Troubleshooting",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        360
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Daily Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        -160,
        40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -160,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Set: User Config",
      "type": "n8n-nodes-base.set",
      "position": [
        80,
        200
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Function: Build URL Items",
      "type": "n8n-nodes-base.function",
      "position": [
        360,
        60
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "RSS: Read Feed",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        540,
        60
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Function: Collect & Angle",
      "type": "n8n-nodes-base.function",
      "position": [
        720,
        60
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Function: Trim",
      "type": "n8n-nodes-base.function",
      "position": [
        900,
        60
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Function: Build Email",
      "type": "n8n-nodes-base.function",
      "position": [
        960,
        180
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "If: Notion Enabled?",
      "type": "n8n-nodes-base.if",
      "position": [
        960,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Notion: Create Idea",
      "type": "n8n-nodes-base.notion",
      "position": [
        1140,
        420
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Email: Send Digest",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        180
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "If: Telegram Enabled?",
      "type": "n8n-nodes-base.if",
      "position": [
        1140,
        240
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Telegram: Ping",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1140,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "On Error",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        -160,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "On Error \u2192 Email Owner",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "connections": {
    "On Error": {
      "main": [
        [
          {
            "node": "On Error \u2192 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
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Graceful Content Sparks — RSS → Notion (n8n)

Source: https://n8n.io/workflows/7791/ — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

🌸 Affirmation Sender + Weekly Gratitude Digest v2

Email Send, Telegram, Notion +3
Slack & Telegram

🪄Weekly Home & Business Task Planner with Notion DB and n8n Email Digests One calm Sunday email that aligns your business priorities and household rhythm—deep-work blocks, gentle home resets, and opti

Notion, Email Send, Telegram +1
Slack & Telegram

GNCA AI News Pipeline. Uses rssFeedRead, httpRequest, telegram, errorTrigger. Scheduled trigger; 29 nodes.

RSS Feed Read, HTTP Request, Telegram +1
Slack & Telegram

Busy homemakers, creators, and anyone who wants a simple, no-cost way to plan weekly meals and get a ready-to-shop grocery list—without extra apps.

Notion, Email Send, Telegram
Slack & Telegram

Safe Network Reconnaissance Automation. Uses executeCommand, readFile, telegram, notion. Scheduled trigger; 6 nodes.

Execute Command, Read File, Telegram +2