Skip to content About The people and vision powering Probo Blog The latest news from Probo Stories Hear from our customers Changelog Latest product updates Docs Documentation for Probo GitHub Explore our open-source compliance tools

CLI: Webhooks

The prb webhook commands let you create and manage webhook subscriptions to receive notifications about events in your organization.

Terminal window
prb webhook create \
--url https://example.com/webhook \
--event MEETING_CREATED \
--event MEETING_UPDATED
FlagRequiredDescription
--urlYesWebhook endpoint URL
--eventYesEvent type to subscribe to (can be repeated)
--orgNoOrganization ID
EventDescription
MEETING_CREATEDA meeting was created
MEETING_UPDATEDA meeting was updated
MEETING_DELETEDA meeting was deleted
VENDOR_CREATEDA vendor was created
VENDOR_UPDATEDA vendor was updated
VENDOR_DELETEDA vendor was deleted
USER_CREATEDA user was created
USER_UPDATEDA user was updated
USER_DELETEDA user was deleted
OBLIGATION_CREATEDAn obligation was created
OBLIGATION_UPDATEDAn obligation was updated
OBLIGATION_DELETEDAn obligation was deleted
Terminal window
prb webhook list
Terminal window
prb webhook view WEBHOOK_ID
Terminal window
prb webhook update WEBHOOK_ID
Terminal window
prb webhook delete WEBHOOK_ID

View available webhook event types:

Terminal window
prb webhook event list