Skip to content

Latest commit

 

History

History

slack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Slack notifier

Send Sigyn alerts to Slack via webhook

npm version size ossf scorecard license

$ 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