2.0.0 • Published 6 months ago

@sigyn/teams v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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/teams
# or
$ yarn add @sigyn/teams

📚 Usage

Add the Teams notifier to your Sigyn config:

{
  "notifiers": {
    "@sigyn/teams": {
      "webhookUrl": "https://biz.webhook.office.com/webhook2/xxx/yyy"
    },
    ...
  },
  "rules": [
    ...
  ]
}

!IMPORTANT Unlike other notifiers, Teams require both a title and a content otherwise it will fail with a 400.

Webhook URL

You can follow this guide for guidance on how to create a Teams webhook.

License

MIT

2.0.0

6 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