Intelligent Categorized RSS News Push to Telegram
This workflow automatically fetches new content from multiple RSS feeds every 10 minutes, intelligently filters unread information, and categorizes it based on keywords for distribution to different Telegram channels. Its main functions are automated collection and deduplication, enhancing the relevance and efficiency of information delivery. It is suitable for fields such as IT operations and information security, reducing manual screening efforts, providing real-time updates on the latest developments, and helping users quickly grasp industry information.

Workflow Name
Intelligent Categorized RSS News Push to Telegram
Key Features and Highlights
This workflow automatically fetches new content from multiple specified RSS feeds every 10 minutes, intelligently filters out unread latest news, and categorizes the news based on content keywords. It then pushes the categorized news to different Telegram channels, enabling precise information distribution and real-time updates.
Core Problems Addressed
- Automated collection and deduplication to avoid repeated delivery of the same news
- Automatic categorization based on content themes to enhance the relevance and efficiency of information delivery
- Integration of multi-source information to reduce manual screening and monitoring workload
Use Cases
- IT operations teams receiving real-time updates on the latest technology trends and security announcements
- Information security departments quickly grasping security threats and vulnerability intelligence
- Automated management of internal corporate technical sharing and news subscriptions
- Any scenario requiring multi-channel RSS aggregation and categorized distribution
Main Workflow Steps
- Cron Scheduled Trigger: The workflow is initiated every 10 minutes.
- RSS Feed List Output: Define multiple RSS subscription feed URLs.
- Batch Reading of RSS Feeds: Sequentially read the latest news from each RSS source.
- Deduplication and Filtering: Filter out previously pushed content by tracking historical publication timestamps, retaining only new information.
- Content Categorization Logic:
- If the content contains links to the official Microsoft technical community, push to the Microsoft 365 related channel.
- If the title includes security-related keywords, push to the security news channel.
- All other information is pushed to the IT technology news channel.
- Push to Telegram: Send the categorized news titles and links to the corresponding Telegram chat groups.
Involved Systems or Services
- RSS Feeds (multiple technical and hardware news sources)
- Telegram (multiple channels for different themed news delivery)
- n8n Automation Platform Nodes: Cron, Function, SplitInBatches, If condition, etc.
Target Users and Value
- IT administrators, operations engineers, information security specialists, and other technical personnel
- Internal corporate information dissemination teams
- Any users seeking automated updates on industry trends, technical news, and security alerts
- Reduces the cost of information filtering through automation, improves the efficiency and relevance of news acquisition, and supports faster decision-making and response.