CxOverwatch icon indicating copy to clipboard operation
CxOverwatch copied to clipboard

Zoom Chat Incomming Webhook enhancement

Open Apipia opened this issue 3 years ago • 0 comments

Describe the problem

Add an alert option to send messages to ZoomChat

Proposed solution

ZoomChat webhook requires an Authorization token. Add support for adding an authorization token header to the request. Also ZoomChat has trouble rendering large json-formated (field) messages, so instead send text as plain-text. Create a new condition that checks for if ($this.systemtype -eq 'zoomchat')

Additional details

I already have written the code for this and can make a PR anytime.

Apipia avatar Jun 16 '21 17:06 Apipia