Slack notifier
Send Sigyn alerts to Slack via webhook
bash
$ npm i @sigyn/slack
# or
$ yarn add @sigyn/slack
📚 Usage ​
Add the Slack notifier to your Sigyn config:
json
{
"notifiers": {
"@sigyn/slack": {
"webhookUrl": "https://hooks.slack.com/services/aaa/bbb"
},
...
},
"rules": [
...
]
}
Webhook URL
You can follow this guide for guidance on how to create a Slack webhook.
License ​
MIT