@sigyn/slack
v2.0.0
Published
Send Sigyn alerts to Slack via webhook
Downloads
22
Readme
🚧 Requirements
- Node.js version 18 or higher
🚀 Getting Started
This package is available in the Node Package Repository and can be easily installed with npm or yarn
$ npm i @sigyn/slack
# or
$ yarn add @sigyn/slack
📚 Usage
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.
License
MIT