We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the following config:
alerting: custom: url: "https://webhook.site/80437f67-6027-4d3d-acf8-fd2c26f9e5f6" headers: "Content-Type": "application/json" method: "POST" body: | { "message": "[ALERT_TRIGGERED_OR_RESOLVED]: [ENDPOINT_GROUP] - [ENDPOINT_NAME] - [ALERT_DESCRIPTION] - [RESULT_ERRORS]" }
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.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: