notifiers

Send notifications across multiple platforms from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Easy way to send notifications

Commands

notifiers

Examples

Send a simple notification via email$ notifiers send --provider email --to user@example.com --message 'Build completed successfully'
Send notification to Slack channel$ notifiers send --provider slack --webhook-url https://hooks.slack.com/... --message 'Deployment finished'
Send notification via Telegram$ notifiers send --provider telegram --token YOUR_TOKEN --chat-id 123456 --message 'Task complete'