Block 1 - On clicking 'execute'
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow template checks for new major releases (tagged with ) of the n8n project using its official GitHub releases feed . It runs multiple times a day and sends...
n8n-nodes-base.manualtrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.if, n8n-nodes-base.cron, n8n-nodes-base.function, n8n-nodes-base.telegram, n8n-nodes-base.awsses
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Miquel Colomer.
Original n8n.io sourceThis 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 .0Condition 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.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Auto-notify on new major n8n releases via RSS, email & telegram |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | DevOps |
| Author | Miquel Colomer |
| Published | 26 Oct 2020 |
Use the JSON export at /data/workflows/736/736.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n workflow template checks for new major releases (tagged with ) of the n8n project using its official GitHub releases feed . It runs multiple times a day and sends...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.