Feature Request: Dedicated "Retrieve & Consolidate Multiple RSS Feeds" Block

Hello MindStudio Team and Community,

I am working on a project that requires fetching data from various RSS feeds. Currently, MindStudio does not have a dedicated, built-in block for this purpose.

The Current Workaround:

The only way to retrieve and use RSS feed data at the moment is by using the HTTP Request block to fetch the XML, followed by a Transform Data block to convert the XML into JSON, and then further parsing. This multi-step process, while functional, is cumbersome to set up and manage, especially for users who are less familiar with XML/JSON parsing and data transformations.

The Feature Request:

I kindly request the addition of a native, dedicated “Retrieve RSS Feed” block (similar to the functionality available on platforms like Make.com).

Desired Functionality:

  • Input: A single field to input the multiple RSS feeds URL’s.

  • Internal Processing: The block should handle the fetching of the data and the automatic parsing of the XML response internally.

  • Output: A clean, structured JSON output containing the feed items (Title, Link, Publication Date, Description, etc.) that is immediately usable in subsequent workflow steps without manual data transformation.

Why this is important:

A native RSS block would significantly streamline the process of content aggregation, making it much easier and faster to build news readers, content monitoring agents, and other data-driven applications on the MindStudio platform. It would lower the barrier to entry for many users and provide a more efficient, one-step solution for a common use case.

Thank you for considering adding this essential integration block!