Automate n8n New Release Alerts to Telegram & Email
detail.loadingPreview
Get instant notifications for new n8n releases via Telegram and Email. Automatically monitors n8n's GitHub atom feed for updates.
🚀Ready to Deploy This Workflow?
🚀 Run Without Servers
Too complicated to set up? Run this workflow instantly on AIWord.
Run on AIWord Cloud ☁️About This Workflow
How it works
This workflow automates the monitoring of n8n's official GitHub releases. It starts by periodically checking the n8n-io/n8n/releases.atom feed. A custom function node then filters these releases, specifically looking for new versions published within the last 4 hours and containing specific identifiers in their titles. If a new release is detected, the workflow triggers notifications through both Telegram and AWS SES (for email), ensuring you're always up-to-date with the latest n8n advancements.
Key Features
- Real-time n8n release monitoring
- Timely notifications via Telegram
- Email alerts for critical updates
- Configurable alert frequency
- Filters for specific release types
How To Use
- Set up n8n Cron Trigger: Configure the
Cronnode to run at your desired intervals (e.g., '0 0 10,14,18 * * *' for 3 times a day). - Configure RSS Feed Read: Ensure the
RSS Feed Readnode is pointed tohttps://github.com/n8n-io/n8n/releases.atom. - Customize Filter Logic: In the
Filter by current daynode, adjust thehourcalculation (d.getHours() - 4) if you need to check for releases published within a different time frame. The regex in theIFnode can be modified to match specific release patterns if necessary. - Set up Telegram Notifications: In the
Telegramnode, ensure yourchatIdis correctly set and theTelegram APIcredentials (it-killia-bot) are configured in n8n. - Configure AWS SES Email: In the
AWS SESnode, provide yourfromEmail,toAddresses, and ensure yourAWScredentials are set up in n8n.
Apps Used
Workflow JSON
{
"id": "f6671282-e977-4cf7-b682-4b26e1ec01f6",
"name": "Automate n8n New Release Alerts to Telegram & Email",
"nodes": 0,
"category": "DevOps",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
🚀 Run Without Servers
Use our managed AI Automation Cloud. No DevOps, no errors. Start for free.
- Anti-detect Browser
- Managed Proxies
- 24/7 Uptime
Get This Workflow
ID: f6671282-e977...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Integrations
- Telegram + Telegram Trigger(362 workflows)
- Schedule Trigger + Telegram(152 workflows)
- Google Sheets + Telegram(118 workflows)
- Split Out + Telegram(76 workflows)
- Google Sheets + Telegram Trigger(73 workflows)
- n8n + Schedule Trigger(72 workflows)
- Google Drive + Telegram(64 workflows)
- Gmail + Telegram(63 workflows)
- Execute Workflow Trigger + Telegram(58 workflows)
- Convert To File + Telegram(49 workflows)
Related Workflows
Discover more workflows you might like
Automated n8n Workflow GitHub Backup & Sync
Automatically back up and synchronize your n8n workflows to a GitHub repository, ensuring version control, easy collaboration, and reliable recovery. This subworkflow intelligently compares existing files with new versions and updates or creates them on GitHub as needed.
Automate Your Knowledge Base Creation with AI
Streamline your content creation process by automatically generating high-quality knowledge base articles. This workflow leverages AI to research, write, and refine content, saving you valuable time and resources.
Automate Cybersecurity Incident Response with AI-Powered TTP Analysis
Leverage AI to automatically analyze SIEM alerts, identify attacker Tactics, Techniques, and Procedures (TTPs) based on MITRE ATT&CK, and generate actionable remediation steps. This workflow empowers your security team to respond faster and more effectively to threats.
Automated n8n Credential Restoration from Google Drive
This n8n workflow automates the process of restoring your valuable n8n credentials from a Google Drive backup. It intelligently retrieves your `n8n_backup_credentials.json` file, checks for existing credentials, and then seamlessly imports the missing ones, ensuring your automations can run without interruption.
Streamline n8n Instance Management: Projects, Folders & Tags Overview
This powerful n8n workflow automates the process of gathering critical information about your n8n instance. It securely logs in to retrieve data on your personally owned projects, their associated folders, and a comprehensive list of all available tags, offering a clear overview of your workspace.
Automate Claude API Calls with Batch Processing
Streamline your AI interactions with Claude by leveraging n8n for efficient batch prompt submission. This workflow automates sending multiple prompts simultaneously and retrieving their results, saving you time and resources.