workflows.fit
Back to n8n workflows
n8n templateFreeBy Daniel Shashko

Smart RSS feed monitoring with AI filtering, Baserow storage, and Slack alerts

![n8n RSS feed to Slack workflow.png](fileId:1858) This workflow automates the process of monitoring multiple RSS feeds, intelligently identifying new articles, maintaining a record of processed content, and deliverin...

DevelopmentCore NodesCommunicationHITLData & StorageAILangchainSlack
Loading interactive preview...

Template notes

![n8n RSS feed to Slack workflow.png](fileId:1858)

This workflow automates the process of monitoring multiple RSS feeds, intelligently identifying new articles, maintaining a record of processed content, and delivering timely notifications to a designated Slack channel. It leverages AI to ensure only truly new and relevant articles are dispatched, preventing duplicate alerts and information overload. πŸš€

Main Use Cases

Automated News Aggregation: Continuously monitor industry news, competitor updates, or specific topics from various RSS feeds. πŸ“ˆ Content Curation: Filter and deliver only new, unprocessed articles to a team or personal Slack channel. 🎯 Duplicate Prevention: Maintain a persistent record of seen articles to avoid redundant notifications. πŸ›‘οΈ Enhanced Information Delivery: Provide a streamlined and intelligent way to stay updated without manual checking. πŸ“§

How it works

The workflow operates in distinct, interconnected phases to ensure efficient and intelligent article delivery:

1. RSS Feed Data Acquisition πŸ“₯

Initiation: The workflow is manually triggered to begin the process. πŸ–±οΈ RSS Link Retrieval: It connects to a Baserow database to fetch a list of configured RSS feed URLs. πŸ”— Individual Feed Processing: Each RSS feed URL is then processed independently. πŸ”„ Content Fetching & Parsing: An HTTP Request node downloads the raw XML content of each RSS feed, which is then parsed into a structured JSON format for easy manipulation. πŸ“„βž‘οΈπŸŒ³