Send notifications from CLI to popular notification services
Send notifications from the command-line to popular notification services
apprise$ apprise -b 'Hello World' 'slack://webhook_id/webhook_token'$ apprise -t 'Alert' -b 'System down' 'mailto://user@example.com' 'discord://webhook_id/webhook_token'$ apprise --help