- Home
- Resources
- Integrations
- RSS Feed Trigger
n8n RSS Feed Trigger nodeConfigure RSS Feed Trigger in n8n.
A published feed item is an event, and the n8n RSS Feed Trigger node turns it into a workflow run. It sits at the very start of the canvas, polls the address you give it, and hands each new entry to the nodes downstream. One required parameter, version 1, nothing to authenticate.
Verified Trustpilot reviews · AI, automation & growth agency
What does the n8n RSS Feed Trigger node actually do?
It starts a workflow when an RSS feed gets a new item. You paste the feed address into Feed URL, n8n polls that address, and every entry it has not seen yet becomes its own execution. The node is a trigger, which means it opens the workflow and has no input port at all: nothing whatsoever can run before it.
Three shapes come up again and again. The first is a watchlist: a competitor blog, a regulator's news page, a job board that exposes a feed. Each new entry lands in the workflow, gets filtered on a keyword with If, and only the entries that matter reach a human. The second is an archive: every published item gets flattened into a row and appended to Google Sheets, so the team gets a searchable history of a feed nobody reads daily.
The third is a relay. A release feed, a status page feed, a podcast feed, anything that publishes on its own schedule, pushed straight into Slack the moment the poll picks it up. Reshaping the entry before it goes out is a job for Edit Fields (Set): feeds vary a lot in how they name things, and a workflow is easier to read when the fields have been renamed once at the top.
Now the part people get wrong. There is a second RSS node in n8n, the app node called RSS Read, and the two are not interchangeable. RSS Read is something you place inside a workflow that is already running: it reads a feed on demand, when a run reaches it. The RSS Feed Trigger node cannot be placed there. It only sits first, and it is the thing that makes the run happen in the first place. If you already have a trigger and you just want to fetch a feed, you want the app node.
The other boundary is protocol. This node reads an RSS feed and nothing else. A JSON endpoint, a REST API, a page with no feed at all: none of that is in scope here, and the node to reach for is HTTP Request, which calls any HTTP endpoint. It is the fallback whenever a dedicated node is missing an HTTP operation, never for something that is not HTTP in the first place.
Two more limits worth knowing before you build on it. The node polls, so it checks the feed on a schedule rather than being notified by the publisher: how often is set by the Poll Times mode in the node panel, and the delay between publication and execution is whatever that mode allows. And polling only happens in production when the workflow is active. While you are editing, running the test execution starts a one off listen so you can see the shape of an item, then it stops.
How do you configure the one parameter?
The RSS Feed Trigger node has one parameter. For each one: the node as you configure it in n8n, what the parameter changes, and our field notes.
Parameters index
Feed URL
feedUrlWhat you see in n8n
Notes & use cases
This is the address of the RSS feed to poll, and it is the only thing the node needs to work. n8n reads that address on each poll and passes the new entries down the canvas, one item per entry.
Key parameters
- Feed URL: the URL of the RSS feed to poll, as a string. It is required, so an empty value stops the node from running. The address is the one a site advertises for its feed, not the address of an article page.
Need help automating RSS Feed Trigger with n8n?
A person reads every message.
RSS Feed Trigger in n8n, answered
01Is the RSS Feed Trigger node included in n8n?
02What credentials does the n8n RSS Feed Trigger node need?
03What are the limits of the RSS Feed Trigger node?
04RSS Feed Trigger or RSS Read: which one do you need?
05n8n or Make for watching an RSS feed?
Get our weekly integration tips.
No spam. Unsubscribe anytime.
