You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Outgoing webhook gets triggered by some condition, it would be needed to optionally save response / part of response somewhere in alert group. Ideally it would use same Jinja2 templating function that other components are using.
Example
When alert group is created, it triggers Outgoing webhook to 3rd party ticketing system and response looks like:
{
"ticketId": "9asd0wjls"
}
There would be something like Response template where you'd specify Jinja2 similar to:
The current version of Grafana OnCall, at the time this issue was opened, is v1.15.0. If your issue pertains to an older version of Grafana OnCall, please be sure to list it in the PR description. Thank you 😄!
What would you like to see!
When Outgoing webhook gets triggered by some condition, it would be needed to optionally save response / part of response somewhere in alert group. Ideally it would use same Jinja2 templating function that other components are using.
Example
When alert group is created, it triggers Outgoing webhook to 3rd party ticketing system and response looks like:
There would be something like Response template where you'd specify Jinja2 similar to:
The result would be updated alert group:
Now when alert group gets resolved, another Outgoing webhook can be triggered to 3rd party system updating ticket:
Product Area
Alert Flow & Configuration
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: