2.0.0 • Published 7 months ago

@sigyn/slack v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

🚧 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

2.0.0

7 months ago

1.6.1

8 months ago

1.6.0

8 months ago

1.5.0

9 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.0

10 months ago

1.0.0

10 months ago