Provided by: libsocialtext-resting-perl_0.38-1_all bug

NAME

       st-webhook - tool to create/list/delete webhooks into the Socialtext REST services

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 <fschlich@zedat.fu-berlin.de>.