diff options
Diffstat (limited to 'webhooks.example.json')
-rw-r--r-- | webhooks.example.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webhooks.example.json b/webhooks.example.json new file mode 100644 index 0000000..62320d1 --- /dev/null +++ b/webhooks.example.json @@ -0,0 +1,10 @@ +{ + "/example": { + "cmd": "echo example webhook that sends output of command as response", + "response": "output" + }, + "/example2": { + "cmd": "echo this webhook will only send the response set it response", + "response": "this will be sent as response instead of command output" + } +} |