Understanding the RSS Feed Trigger – how to access the raw XML?

Hi!

I’m just getting started with n8n and thought building a workflow for parsing my blog’s RSS and post on social media would be simple enough for a first small project. But I stumble already on the RSS Feed Trigger. :slight_smile:

I my feed, each <entry> have a <posttype> and a <lang> which I would like to make some decisions based on in my workflow. But these doesn’t seem to be available as variables? Should I use some other node?

Hey!

We just chatted on Mastodon about this - here’s a little workflow to get you started with this:

2 Likes

Thanks a lot! This provided me with a much better starting point than I had created together with ChatGPT! :slight_smile:

I guess adding a data storage like Supabase would be a good addition to avoid duplicates between runs?

1 Like

Oh! Remove Duplicates is actually stateful between runs!

1 Like

Yep, that’s a fairly recent addition but a real life-saver for scenarios like this!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.