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
confirm. the custom alert will not send valid JSON because of unescaped double quotes within [RESULT_ERRORS] . Of course you can omit this placeholder, but best solution would be to have a JSON serializer finalizing the request body.
edit: Corrected: it is [RESULT_ERRORS] and not ALERT_DESCRIPTION.
Describe the feature request
I have the following config:
When a trigger executed Gatus send a request:
As you can mention, we have two
"
here:It leads to an error on the webhook part (it can't decode the body) so my feature request is to add possibility for it.
Why do you personally want this feature to be implemented?
No response
How long have you been using this project?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: