Post New Items From a status-page RSS to Discord Automatically

This watches a status-page RSS and forwards each new entry to Discord with the title, summary and link — keeping your team current without anyone manually checking the feed.

difficulty Beginnersetup 15 minresult Every new a status-page RSS item is forwarded to Discord within the hour, no duplicates, no manual checking.
  1. 1

    Step 1 — Watch the feed

    Add an RSS Feed Trigger pointed at a status-page RSS, polling every 15–60 minutes.

  2. 2

    Step 2 — Skip anything already posted

    Add a Remove Duplicates (or seen-ID) step so only genuinely new items pass.

  3. 3

    Step 3 — Post to Discord

    Add a Discord node. Point it at a channel webhook and paste the item title, a snippet and the link into the content field. Discord webhooks need no OAuth — just the webhook URL from the channel settings.

Frequently asked questions

Can I combine several feeds?

Yes — add more `RSS Feed Trigger` nodes (or a merged OPML feed) and route them all through the same Discord step.

Feed has no summaries — options?

Add an `OpenAI` node to generate a one-line summary from the item link before posting to Discord.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.