Button at Canvas panel: Customizing API call result information popup message

Hi everyone,
I am using Canvas plugin with a button that sends POST request to the endpoint.

The question is the following: is it possible to modify popup messages being displayed after the usage of the button?

For example, when everything is OK and endpoint returns 200, the displayed popup message is

“API call was successfull”:

API_Success

If endpoint returns an error (for example, 503), the displayed message contains too many details on url etc.:

An error has occurred:

{“status”:503,“statusText”:“Service Unavailable”,“data”:{“message”:“Error: Requested service not found”,“error”:“Service Unavailable”,“response”:“Error: Requested service not found”},“config”:{“url”:“https://127.0.0.1:1880/test",“method”:“POST”,“data”:“{\“cmd\”:\“powerOn\”}”,“headers”:[[“Content-Type”,“application/json”]],“retry”:0,"hideFromInspector”:false}}

I would like to configure text shown in these messages, i.e. do not show extra details to user, display configured messages basing on error code, alter “API call was successfull” etc.

Is it possible to do by changing some settings? Which are the possible ways to solve this issue?

I’m using Grafana 10.2.1, Windows

Looks like the error message was changed in Grafana 10.2.3 (not sure whether it is mentioned in the change log), now it just shows “An error has occured. Check console output for more details”, without extra details:

API_1023

Anyway the question is still open, how is it possible to customize such popup messages?

Hi everyone,
I’m interesting to completely remove the popup message related to the API Post, is it possible to do this?
I have a frontend touch screen used to control an acquarium system and I would to avoid to have this message on screen every time i push a button.

I’m using Grafana v11.2.2 on Raspbian.