webhook icon indicating copy to clipboard operation
webhook copied to clipboard

Feature request: response-message-failed

Open lukasmrtvy opened this issue 6 years ago • 0 comments

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

lukasmrtvy avatar Oct 18 '19 10:10 lukasmrtvy