webhook
webhook copied to clipboard
Feature request: response-message-failed
I would like to see hook parameters like this: ( custom value, instead of plain: Error occurred while executing the hook's command. Please check your logs for more details. )
response-message-success: "OK"
response-message-failed: "KO"
Problem is that response-message always returns value ( success,failed )
Of course I can use include-command-output-in-response and include-command-output-in-response-on-error, but I would like to return KO or OK and have actual logs from command output hidden from hook clients.
Thanks