Keep your team informed the moment code changes. The flow watches many GitHub repositories at once and posts alerts to Slack and Telegram. It fits engineering and IT teams that want fast, clean updates without manual checks.
Under the hood, a manual test step registers webhooks on each repo you list. Split nodes loop through the repo list, while HTTP requests create or delete webhooks on GitHub. A webhook trigger then receives push and pull request events in real time. Messages are shaped with Set nodes and sent to Slack and Telegram for quick action.
Setup needs a GitHub token with the right scopes and a correct webhook URL that points to the production URL from the webhook trigger. Expect faster response times, fewer missed changes, and less context switching. Use it for release updates, on call alerts, or PR activity across many repos without polling.