This n8n workflow automates the collection and merging of RSS feed data from multiple sources. It starts with a manual trigger, then prepares a list of RSS feed URLs (such as Medium and Dev.to). The workflow reads each RSS feed individually, processes data in batches, and continuously merges the accumulated data into a single collection. An ‘If’ condition checks whether more data remains to be processed, enabling iterative batch processing. This workflow is useful for consolidating updates from multiple RSS feeds in a streamlined manner, making it ideal for content aggregation, monitoring, or data analysis scenarios.
Aggregating RSS Feeds with Batch Processing
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | function, if, manualTrigger, rssFeedRead, splitInBatches |
Reviews
There are no reviews yet.