Skip to content

Latest commit

 

History

History

teams

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Teams notifier

Send Sigyn alerts to Teams via webhook

npm version size ossf scorecard license

$ 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