mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 08:39:17 +08:00
added per-hook defined response message
This commit is contained in:
@@ -49,6 +49,7 @@ type Hook struct {
|
||||
ID string `json:"id"`
|
||||
ExecuteCommand string `json:"execute-command"`
|
||||
CommandWorkingDirectory string `json:"command-working-directory"`
|
||||
ResponseMessage string `json:"response-message"`
|
||||
PassArgumentsToCommand []Argument `json:"pass-arguments-to-command"`
|
||||
TriggerRule *Rules `json:"trigger-rule"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user