mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-05 06:01:03 +00:00
webhook for handling delivery endpoint
This commit is contained in:
parent
34ae132930
commit
ae95665ab9
3 changed files with 130 additions and 0 deletions
7
process_webhook.sh
Executable file
7
process_webhook.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
tmpfile=`mktemp order.XXXXXXXX`
|
||||
|
||||
echo $1 > $tmpfile
|
||||
|
||||
echo "{\"posOrderId\":\""`uuidgen`\""}"
|
Loading…
Add table
Add a link
Reference in a new issue