SQL Monitor Webhook Alerts To Webex Teams
handrew
Posts: 2 New member
Hello, has anyone successfully configured SQL Monitor webhook alerts to a Webex Teams space, or tried and learned anything that might prevent using Webex Teams as the recipient of webhook alerts?
I've tried and get a 400 bad request and the error is
"description": "Both text and markdown cannot be empty in the same request."
I've tried and get a 400 bad request and the error is
"description": "Both text and markdown cannot be empty in the same request."
Tagged:
Best Answer
-
handrew Posts: 2 New memberThanks Alex B, I think that did it!
For the record, all I had to add into the Custom Message box was
{"text" : "This is a message from a Webex incoming webhook."} , I can add in alert specific information now.
Answers
Looking at https://apphub.webex.com/applications/incoming-webhooks-cisco-systems-38054-23307-75252 and the error you are getting, Do you just need to use the custom webhook message and include a
"text":
or"markdwon":
entry in the json?Kind regards,
Alex
Have you visited our Help Center?