Auto-notify on new major n8n releases via RSS, email & telegram
 This n8n workflow template checks for new major releases (tagged with .0) of the n8n project using its official GitHub releases feed. It runs multiple times a day and sends notifications via ...
Template notes

This n8n workflow template checks for new major releases (tagged with .0) of the n8n project using its official GitHub releases feed. It runs multiple times a day and sends notifications via email and Telegram if a new release is found.
> ⚠️ Note: You must activate the workflow to start receiving release notifications.
---
🚀 What It Does
- Monitors the [n8n GitHub releases feed](https://github.com/n8n-io/n8n/releases.atom) - Detects major versions (e.g., 1.0.0, 2.0.0) - Sends alert messages via Telegram and email (SES) when a release is published
---
⏰ Scheduling Details