Automated n8n Release Notifications via RSS and Messaging
detail.loadingPreview
Stay instantly informed about the latest n8n releases. This workflow automatically monitors the n8n GitHub releases feed and sends out notifications via Telegram and email for new versions.
About This Workflow
This n8n workflow is designed to keep you updated on the newest n8n releases without manual checks. It leverages the power of RSS feeds to monitor the official n8n GitHub releases. Upon detecting a new release, it processes the information to extract relevant details, specifically looking for updates within the last few hours and mentioning 'n8n@' and a version number. Subsequently, it dispatches these notifications to both a designated Telegram chat and an email inbox, ensuring you never miss an important update. The workflow can be triggered manually or scheduled to run automatically at specific intervals.
Key Features
- Real-time Release Monitoring: Tracks the official n8n GitHub releases Atom feed.
- Smart Filtering: Identifies new releases posted within the last 4 hours.
- Multi-Channel Notifications: Sends alerts to both Telegram and Email.
- Customizable Triggers: Can be executed on-demand or on a schedule.
- Targeted Alerts: Filters for releases specifically mentioning 'n8n@' and a version number.
How To Use
- Add the 'RSS Feed Read' node: Configure the URL to
https://github.com/n8n-io/n8n/releases.atom. - Add the 'Function' node ('Filter by current day'): This node filters for releases within the last 4 hours, checking for
n8n@and a version number in the title. - Add the 'IF' node: Connect the 'Filter by current day' node to this. The condition
{{$node["Filter by current day"].json["data"]}}with the regex operation/.+/ensures notifications are only sent if new data is found. - Add the 'Telegram' node: Connect the 'IF' node. Configure your Telegram bot and chat ID to receive notifications.
- Add the 'AWS SES' node: Connect the 'IF' node. Configure your AWS SES credentials, sender email, recipient email, and subject for email notifications.
- Configure the 'Cron' node (Optional): Set the
triggerTimesfor automated execution (e.g.,0 0 10,14,18 * * *for 10 AM, 2 PM, and 6 PM daily). - Add the 'Manual Trigger' node (Optional): For on-demand execution, connect this to the 'RSS Feed Read' node.
Apps Used
Workflow JSON
{
"id": "680d162e-7ba7-4e06-98fe-99a1280b6a68",
"name": "Automated n8n Release Notifications via RSS and Messaging",
"nodes": 21,
"category": "DevOps",
"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: 680d162e-7ba7...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Automated PR Merged QA Notifications
Streamline your QA process with this automated workflow that notifies your team upon successful Pull Request merges. Leverage AI and vector stores to enrich notifications and ensure seamless integration into your development pipeline.
Automate Qualys Report Generation and Retrieval
Streamline your Qualys security reporting by automating the generation and retrieval of reports. This workflow ensures timely access to crucial security data without manual intervention.
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.