mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-29 08:42:28 +00:00
added per-hook defined response message
This commit is contained in:
parent
5a96a5721a
commit
f83af97138
2 changed files with 5 additions and 3 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue