RSS Feed Reader Notifications
detail.loadingPreview
Fetches RSS feeds and sends notifications to Telegram based on content.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of monitoring multiple RSS feeds. It fetches new items from specified feeds at regular intervals, filters them based on content keywords, and then sends relevant notifications to different Telegram channels. This is particularly useful for staying updated on security advisories, Microsoft tech community updates, and other relevant news.
Key Features
- Periodically fetches new items from RSS feeds.
- Filters RSS items based on content keywords using regular expressions.
- Distributes notifications to different Telegram channels based on content categories (e.g., Security, M365).
- Handles potential duplicate entries to ensure only new items are processed.
- Includes robust error handling and retry mechanisms.
How To Use
- Import the workflow: Upload the JSON file into your n8n instance.
- Configure Environment Variables: Set
BASE_URLandWEBHOOK_URLin your n8n environment settings. - Configure Telegram Credentials: Set up Telegram API credentials for each desired notification channel (e.g., M365_RSS, Security_RSS).
- Configure Telegram Chat IDs: Replace
TelegramIDin the Telegram nodes with your actual Telegram chat IDs. - Adjust RSS Feed URLs: Update the
RSS Sourcenode to point to your desired RSS feed URLs. - Customize Filtering: Modify the
IF-2node'svalue2parameter to include or exclude keywords relevant to your notification needs. - Schedule Execution: Configure the
Cronnode to set the desired polling interval for the RSS feeds.
Apps Used
Workflow JSON
{
"id": "f483e57b-1075-43ae-a949-549703174be2",
"name": "RSS Feed Reader Notifications",
"nodes": 0,
"category": "RSS Feed Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: f483e57b-1075...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
RSS Feed Reader with Photo Extraction
Reads RSS feeds, extracts new items with images, and processes their content.
Post RSS Feed Items from Yesterday to Slack
This workflow fetches RSS feed items published yesterday and posts them to a Slack channel.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Influencer Discovery & Qualification
This powerful n8n workflow automates the entire process of discovering, scoring, and qualifying ideal influencers across Instagram, TikTok, and YouTube for your marketing campaigns. Streamline your talent acquisition by leveraging custom criteria and a sophisticated scoring algorithm.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.