SYNOPSIS
st-webhook COMMAND --class=foo --url=foo
Where COMMAND is one of:
create - create a new webhook
list - list existing webhooks
delete - delete a webhook
Mandatory `create` arguments:
--class - class of events to hook
--url - URL the hook should GET when it fires
Mandatory `delete` arguments:
--id - Webhook ID to delete
Optional Webhook filter arguments:
--account-id=foo
--workspace-id=foo
AUTHORS
This POD was created for the Debian package of Socialtext-Resting from the help output of st-webhook by Florian Schlichting <[email protected]>.