What This Workflow Does
This automation solution monitors n8n's GitHub releases RSS feed for new major version releases (tagged with .0) and sends notifications through multiple channels. It solves the problem of manually checking for updates or being caught off guard by breaking changes in new versions.
The workflow checks the feed daily, filters for major releases, and formats notifications with key details like version number, release notes, and download links. Notifications can be sent via email, Telegram, or other channels you configure, ensuring your team stays informed through their preferred communication methods.
How It Works
1. RSS Feed Monitoring
The workflow starts by fetching n8n's GitHub releases RSS feed. This provides a standardized way to monitor updates without hitting API rate limits or requiring authentication.
2. Major Release Filtering
It then parses the feed entries and filters for major releases (versions ending in .0). This ensures you're only notified about significant updates that may require action.
3. Notification Formatting
For each new major release found, the workflow formats a notification with the version number, release date, and a summary of changes. It can include direct links to documentation or download pages.
4. Multi-channel Delivery
Finally, the formatted notifications are sent through your configured channels (email, Telegram, etc.). You can customize which team members receive which types of alerts.
Pro tip: Add a delay before production upgrades to allow time for community bug reports. Schedule the workflow to check weekly after major releases to catch any follow-up patch versions.
Who This Is For
This workflow is ideal for:
- n8n administrators responsible for keeping instances updated
- Teams running business-critical workflows on n8n
- Developers who need to stay current with API changes
- Organizations with compliance requirements for software updates
What You'll Need
- An n8n instance (self-hosted or cloud)
- Access to configure workflow triggers
- Email server or Telegram bot credentials for notifications
- Basic understanding of n8n workflows
Quick Setup Guide
- Download the JSON template file
- Import it into your n8n instance
- Configure your notification channels (email, Telegram, etc.)
- Set your preferred schedule (default is daily)
- Test with a manual execution
- Activate the workflow
Key Benefits
Never miss critical updates that could impact your workflows. Major releases often include security patches and breaking changes that require timely attention.
Reduce manual monitoring time by automating what would otherwise be a regular manual check of n8n's release status.
Customizable notification channels ensure your team gets alerts through their preferred communication methods, whether email, chat apps, or other systems.
Filter out noise by focusing only on major releases (.0 versions) rather than being notified about every minor update or patch.
Proactive upgrade planning allows you to schedule updates during maintenance windows rather than reacting to issues caused by outdated versions.