apprise

Send notifications from CLI to popular notification services

brewmacoslinux
Try with needOr install directly
Source

About

Send notifications from the command-line to popular notification services

Commands

apprise

Examples

Send a notification to Slack$ apprise -b 'Hello World' 'slack://webhook_id/webhook_token'
Send notification to multiple services at once$ apprise -t 'Alert' -b 'System down' 'mailto://user@example.com' 'discord://webhook_id/webhook_token'
List all supported notification services$ apprise --help