Skip to contentAboutThe people and vision powering ProboBlogThe latest news from ProboStoriesHear from our customersChangelogLatest product updatesDocsDocumentation for ProboGitHubExplore 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
Flag Required Description
--url Yes Webhook endpoint URL
--event Yes Event type to subscribe to (can be repeated)
--org No Organization ID
Event Description
MEETING_CREATED A meeting was created
MEETING_UPDATED A meeting was updated
MEETING_DELETED A meeting was deleted
VENDOR_CREATED A vendor was created
VENDOR_UPDATED A vendor was updated
VENDOR_DELETED A vendor was deleted
USER_CREATED A user was created
USER_UPDATED A user was updated
USER_DELETED A user was deleted
OBLIGATION_CREATED An obligation was created
OBLIGATION_UPDATED An obligation was updated
OBLIGATION_DELETED An 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