@sigyn/slack
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Slack notifier

Send Sigyn alerts to Slack via webhook

npm version size ossf scorecard license

🚧 Requirements

🚀 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

Readme

Keywords

none

Package Sidebar

Install

npm i @sigyn/slack

Weekly Downloads

5

Version

2.0.0

License

MIT

Unpacked Size

15.9 kB

Total Files

6

Last publish

Collaborators

  • pierred
  • fraxken