1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Added Webex Teams support and updated documentation

This commit is contained in:
Alan Haynes
2020-01-27 11:33:31 -05:00
parent 34d3852988
commit c6dac0243e

View File

@@ -343,3 +343,14 @@ Parameters for this report module:
|urls| A dictionary containing Alerta API URLs grouped by user group (key: group, value: API URL). |
|urls.default| The Alerta API URL of the default user group. |
#### reportWebex
This report module sends alerts on [Webex Teams](https://teams.webex.com).
Parameters for this report module:
|Parameter| Description|
|---|---|
|hooks| A dictionary containing Webex Teams WebHooks grouped by user group (key: group, value: WebHook).|
|hooks.default| The WebHook (URL) of the default user group.|