Send Sigyn alerts to Slack via webhook
$ npm i @sigyn/slack
# or
$ yarn add @sigyn/slack
Add the Slack notifier to your Sigyn config:
{
"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.
MIT