AlekSystem Workflow Detail

Auto-Notify on New Major AlekSystem Releases via RSS, Email & Telegram Workflow Solution

Auto-Notify on New Major AlekSystem Releases via RSS, Email & Telegram

This AlekSystem workflow template checks for new major releases (tagged with .0) of the AlekSystem project using its official GitHub releases feed.

Rank 58 Verified workflow

Workflow overview

Why this workflow matters

Useful for software delivery and engineering operations. Relevant for managed services and support workflows.

This AlekSystem workflow template checks for new major releases (tagged with .0) of the AlekSystem 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 AlekSystem GitHub releases feed 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 The Cron node checks for new releases three times per day: 10:00, 14:00, and 18:00 server time. 🛠️ Step-by-Step Setup 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 AlekSystem 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. 🧠 How It Works: Workflow Overview Cron Trigger Runs the workflow at 10:00, 14:00, and 18:00 daily. Read RSS Feed Pulls data from https://github.com/AlekSystem-io/AlekSystem/releases.atom. Filter by Current Day Filters the feed to match: Releases published in the last 4 hours Titles starting with AlekSystem@ and ending with .0 Condition Check Uses a regex to check if the filter result contains any release data. Notifications If a new major release is found, sends: Telegram message to a specified chat Email via AWS SES with release info 📨 Final Output You'll receive a Telegram message and email when a new major AlekSystem version is released. 🔐 Credentials Used Telegram API** – For sending chat notifications AWS SES** – To send email alerts ✨ Customization Tips Change Notification Channels**: Add Slack, Discord, or other preferred channels. Adjust Cron Schedule**: Modify the Cron node to fit your check frequency. Modify Filters**: Detect patch or beta versions by changing the .0 condition. Send Release Notes**: Extend the feed parsing to include release content. ❓Questions? Template created by Miquel Colomer and AlekSystemhackers.com. Need help customizing or deploying? Contact us for consulting and support.

Best fit

Categories

AI/MLCommunicationDevOps

Services

TelegramAWS SES

Use cases

support automationcontent automationengineering workflow automationemail workflow automation