Workflow Blabber
All-in-one notification solution for GitHub Actions workflows. Get instant alerts via Email, Discord, Slack, and Telegram when your workflows complete.

Why Workflow Blabber?
Stay informed about your CI/CD pipelines without constantly checking GitHub. Workflow Blabber sends beautiful, status-aware notifications to your preferred channels the moment your workflows complete.
Key Features
- Multiple Channels - Email, Discord, Slack, and Telegram support
- Smart Status Detection - Automatic colors and emojis based on workflow outcome
- Parallel Delivery - Send to multiple channels simultaneously
- Fault-Tolerant - One channel failure won’t block others
- Secure by Design - Uses GitHub secrets for sensitive credentials
- Fully Customizable - Override titles and messages to suit your needs
Quick Example
.github/workflows/ci.yml
- name: Notify
if: always()
uses: michaelikoko/workflow-blabber@v1
with:
channels: 'telegram,discord'
status: ${{ job.status }}
telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}
discord_webhook_url: ${{ secrets.DISCORD_WEBHOOK }}Supported Channels
| Channel | Features |
|---|---|
| SMTP support, HTML templates, Multiple providers | |
| Discord | Rich embeds, Status colors, Clickable links |
| Telegram | Markdown formatting, Bot messages, Group support |
| Slack | Attachments, Action buttons, Status colors |
Last updated on