dockerfiles/webhook/data/hooks.yaml

14 lines
339 B
YAML

- id: test
execute-command: /etc/webhook/test.sh
pass-file-to-command:
- source: entire-payload
envname: HOOK_PAYLOAD
command-working-directory: /etc/webhook
include-command-output-in-response: true
- id: osmand
execute-command: '/bin/echo'
pass-arguments-to-command:
- source: entire-query
response-message: "OK\n"