Published 4 years ago
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.
1.0.0
, 2.0.0
)Configure Telegram Bot
Connect your Telegram bot and specify the chat ID where you want to receive notifications.
Set up AWS SES Credentials
Use a verified sender email and set up AWS SES credentials in your n8n instance.
Activate the Workflow
Enable the workflow in your instance to start receiving notifications.
Customize Notification Messages (Optional)
You can modify the email subject, Telegram format, or filter logic.
Cron Trigger
Runs the workflow at 10:00, 14:00, and 18:00 daily.
Read RSS Feed
Pulls data from https://github.com/n8n-io/n8n/releases.atom
.
Filter by Current Day
Filters the feed to match:
n8n@
and ending with .0
Condition Check
Uses a regex to check if the filter result contains any release data.
Notifications
You'll receive a Telegram message and email when a new major n8n version is released.
.0
condition.Template created by Miquel Colomer and n8nhackers.com.
Need help customizing or deploying? Contact us for consulting and support.