Socket · Arazzo Workflow
Socket Provision and Verify a Webhook
Version 1.0.0
Create an organization webhook for selected events, then read it back to confirm it was registered.
View Spec
View on GitHub
Supply Chain SecurityOpen Source SecuritySoftware Composition AnalysisSCAMalware DetectionDependency ScanningSBOMnpmPyPIGoMavenCargoNuGetRubyGemsDeveloper SecurityArazzoWorkflows
Provider
Workflows
provision-webhook
Create a webhook subscription and read it back to confirm registration.
Creates a webhook for the supplied events and URL, then fetches it by id to verify the stored configuration.
1
createWebhook
createOrgWebhook
Create the webhook subscription for the supplied events and destination URL, returning its id.
2
verifyWebhook
getOrgWebhook
Read the newly created webhook back by id to confirm it was registered with the expected events and target URL.