Using this information, we are able to send data for normal alerts webhook integration.
When we try to use the same at AI Ops webhook, it doesn’t work instead it shows the variables directly. Especially for MS Teams, we have implemented the below example which is working with proper info.
{
“text”: ’ Description: {{ description }} \n\nPriority: {{ priority }} \n\nstate: {{ state }} \n\nIssue Id: {{ id }} \n\nurl: {{ url }}’
}
Is there a doc where we can check with valid parameters for webhooks of AI Ops? so that we can add additional data to the above json.