RSS Make integrationAutomate RSS with Make.
What if every new post from a blog or news site reached your tools on its own? The RSS Make integration gives you 2 modules: one trigger that spots new feed items and one action that reads a feed. This page walks a first-time Make user from connection to a live scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the RSS Make integration let you automate?
With the RSS Make integration, a Make scenario, the automation you build in Make, follows a feed for you and passes each new item on to your other apps. You get a trigger that notices new items and an action that fetches items from a URL you give it, with no code involved.
A news watch for the sales team. Watch RSS feed items follows an industry news feed, and each new article becomes a bundle, one item flowing from one module to the next, that a later module can send to your team chat or a spreadsheet.
A content log you fill without copy and paste. A marketer tracking a competitor blog can let the trigger catch every new post and store its title and link in a table, ready for the next editorial meeting.
A feed read on request. Retrieve RSS feed items is an action, so it fits in the middle of a scenario: another app starts the flow, and Make pulls the current items of the feed you name.
What Make does not do here: the integration has no Make an API Call module, and the public listing gives no documented limits, so check your own feed before relying on it. The same app also exists in n8n, see the RSS n8n integration and the n8n vs Make comparison. New to the editor? The Make training covers the basics.
How do you connect RSS to Make?
- 01
Add an RSS module
Open your scenario, click the +, search for RSS and pick a module. If Make shows a Create a connection button, click it. A connection is your account linked to Make once, then reused by every module of that app.
- 02
Name it if you like
Giving the connection a name is optional, but it helps later when several scenarios share it. Pick something that says which feed or which source it covers, so a teammate knows what it is at a glance.
- 03
Authorize and save
If a sign-in page or a key field appears, authorize Make or paste the key the source gives you, then click Save. The connection now appears in the module, and Make can read what it needs.
Your first scenario with the RSS Make integration
GoalWhen another app starts your scenario, Make pulls the latest items of an RSS feed and hands them to the next step.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the big + to place the first module, the one from the app that should start the flow.
- 02
Pick the starting module
Search for the app that kicks things off, for example your form tool, choose its module and click Create a connection so Make can reach your account.
- 03
Add Retrieve RSS feed items
Click the + on the right of that first module, search for RSS and add Retrieve RSS feed items. Fill in the URL of the feed you want to read.
- 04
Test with Run once
Click Run once to execute the scenario one time and open the bundles the RSS module received. Each bundle is one item of the feed, ready to map.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then turn the scenario on so it keeps running without you.
What starts an RSS scenario
1 module starts a scenario when something happens in RSS. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by RSS as soon as it happens.
Watch RSS feed items
Scheduled triggerIn Make“Triggers when a new RSS feed item is posted.”
Watch RSS feed items picks up the items published in the feed you follow since its last check, so each fresh article turns into a bundle you can send to another app without opening a reader.
What the RSS app can do in Make
RSS gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.
Retrieve RSS feed items
ActionIn Make“Retrieves RSS feed items from a specified URL.”
Retrieve RSS feed items fetches the items of a feed from the URL you give it, so a scenario can read a source at the exact point in the flow where you need its content.
Need help automating RSS with Make?
A person reads every message.