Skip to content

Commit

Permalink
Merge pull request #13 from mrsegen/master
Browse files Browse the repository at this point in the history
Add note regarding Teams notifications
  • Loading branch information
rusenask authored Oct 22, 2020
2 parents 8f21794 + cd49b92 commit e639ffd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ You can also view pending/rejected/approved update request on `/v1/approvals` Ke
## Notifications
Keel can send notifications on successful or failed deployment updates. There are several types of notifications - trusted webhooks or Slack, Hipchat messages.
Keel can send notifications on successful or failed deployment updates. There are several types of notifications - trusted webhooks or Slack, Hipchat, Mattermost, Teams messages.
Notification types:
Expand Down Expand Up @@ -1154,6 +1154,11 @@ That's it, Keel notifications for Mattermost enabled:
> If you want to override bot's username, you can supply `MATTERMOST_USERNAME=somethingelse` environment variable.
### Teams notifications
MS Teams allows you to [set up a custom incoming webhook](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using#setting-up-a-custom-incoming-webhook).
The process linked above results in a webhook url. Pass that to Keel via the `TEAMS_WEBHOOK_URL=https://the.webhook/provided/by/teams` environment variable.
### Notification levels
Set notification levels via `NOTIFICATION_LEVEL` environment variable. Available levels: debug, info, success, warn, error, fatal. This setting defaults to `info`.
Expand Down

0 comments on commit e639ffd

Please sign in to comment.