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

2.0.0 • Public • Published

Teams notifier

Send Sigyn alerts to Teams 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/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

Readme

Keywords

none

Package Sidebar

Install

npm i @sigyn/teams

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

14.5 kB

Total Files

6

Last publish

Collaborators

  • pierred
  • fraxken