keep icon indicating copy to clipboard operation
keep copied to clipboard

[➕ Feature]: Allow custom JSON input for Grafana OnCall Provider

Open ameijboom opened this issue 5 months ago • 0 comments

Is your feature request related to a problem? Please describe. With the current version of the Grafana OnCall Provider, there is a limited set of information we can send with our alerts. Grafana supports custom templating and accepts key/value pair in the body of requests sent to their OnCall API yet we're currently limited to only a select few parameters.

Describe the solution you'd like Simply adding a new parameter (such as body, payload or json) should be enough. If the parameter is passed to the provider, we send the value instead of creating a json object based on other parameters ourselves.

ameijboom avatar Sep 16 '25 13:09 ameijboom