From 3fab4d3b338e90d46ebb30a63b797b10c69949b1 Mon Sep 17 00:00:00 2001 From: Alison Date: Fri, 16 Apr 2021 11:36:07 +0100 Subject: [PATCH] Update docs/guides/chat-notifications.md Add sentry and webex --- docs/guides/chat-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/chat-notifications.md b/docs/guides/chat-notifications.md index 3cfddb12..ed123ae2 100644 --- a/docs/guides/chat-notifications.md +++ b/docs/guides/chat-notifications.md @@ -118,7 +118,7 @@ Create a notification provider for your service by referencing the above secret: type: googlechat ``` -The provider type can be `slack`, `discord`, `msteams`, `rocket`, `googlechat` or `generic` +The provider type can be `slack`, `discord`, `msteams`, `googlechat`, `rocket`, `sentry`, `webex` or `generic` When type `generic` is specified, the notification controller will post the incoming [event](../components/notification/event.md) in JSON format to the webhook address.