From f484331cf374031f68566162f16ba00eedc1b7f0 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Thu, 17 Aug 2023 21:19:10 +0300 Subject: Recreated repository --- webhooks.example.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 webhooks.example.json (limited to 'webhooks.example.json') 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" + } +} -- cgit v1.2.3-86-g962b