Automate Notifications for New Major n8n Releases via RSS, Email, and Telegram - n8n Workflow | Neura Market
Automate Notifications for New Major n8n Releases via RSS, Email, and Telegram
This workflow monitors the n8n GitHub releases feed for new major releases and sends notifications via email and Telegram, ensuring you stay updated with the latest developments.
The workflow is designed to automate the process of checking for new major releases of n8n by reading the official GitHub releases feed. It uses a cron job to run three times daily, filtering for releases published in the last four hours and tagged with a major version number (e.g., 1.0.0). If a new release is detected, it sends notifications through Telegram and AWS SES email, allowing you to receive timely updates without manual checking.
Platform
n8n
Category
Communication
Price
Free
Creator
Zainab Ali
if
cron
awsSes
function
telegram
rssFeedRead
manualTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.