Skip to Content

RSS

RSS is a web feed that allows users to access updates to online content in a standardized format. It is commonly used for distributing news headlines, blog posts, and other frequently updated content.

The following render triggers are available for RSS:

  • Render from RSS feed - triggers rendering when a new item is added to an RSS feed.
  • Render from multi RSS feed - triggers rendering when a new item is added to an RSS feed, and renders multiple items from the same or a different feed.

Render from RSS feed

Setup

  1. Feed URL - define the URL of the RSS feed.

Feed item variables like Title, Publication Date, Content, etc., can be referenced using a + button on the right side of the integration field you are configuring.

Read the Render triggers section to learn more about render setup.

RSS feed trigger

Render from multi RSS feed

Setup

  1. Feed trigger URL - A URL to a RSS feed that serves as the integration and render trigger.
  2. Feed items URL - A URL to a RSS feed where multiple items are read. Can be same as the trigger RSS URL.

Once you set up the integration, you can use the + button to reference both the single feed item details that triggered the integration and all feed items that are read from the items feed as well.

Reference a feed item prop

Please note that the Feed Items variable will contain JSON array of all items read from the feed.

You should use variable modifier dialog, and JSON Path or JSONata modifiers to reference a specific JSON path in the array that points to the desired feed item property like title or description.

Multi RSS feed trigger