Send notifications across multiple platforms from the command line
Easy way to send notifications
notifiers$ notifiers send --provider email --to user@example.com --message 'Build completed successfully'$ notifiers send --provider slack --webhook-url https://hooks.slack.com/... --message 'Deployment finished'$ notifiers send --provider telegram --token YOUR_TOKEN --chat-id 123456 --message 'Task complete'