diff options
author | stderr64 <linuxwizard@voidnet.dy.fi> | 2023-08-17 21:19:10 +0300 |
---|---|---|
committer | stderr64 <linuxwizard@voidnet.dy.fi> | 2023-08-17 21:19:10 +0300 |
commit | f484331cf374031f68566162f16ba00eedc1b7f0 (patch) | |
tree | c5632b5b7c574bf31642cdec12a409adfbabb31c /webhooks.example.json | |
download | CWebHook-f484331cf374031f68566162f16ba00eedc1b7f0.tar.gz CWebHook-f484331cf374031f68566162f16ba00eedc1b7f0.tar.zst |
Recreated repository
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" + } +} |