Scroll to navigation

ST-WEBHOOK(1p) User Contributed Perl Documentation ST-WEBHOOK(1p)

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>.
2012-04-23 perl v5.14.2