Skip to main content

Update Webhook

Update a Webhook. Requires Administer permission on the specified project, or global Administer permission.

Basic Parameters

ParameterDescription
NameNew name of the webhook.
URLNew URL to be called by the webhook.
Webhook KeyThe key of the webhook to be updated, auto-generated value can be obtained through the "Create Webhook" or "List Webhooks" actions.

Advanced Parameters

ParameterDescription
SecretIf provided, secret will be used as the key to generate the HMAC hex (lowercase) digest value in the X-Sonar-Webhook-HMAC-SHA256 header. If blank, any secret previously configured will be removed. If not set, the secret will remain unchanged.

Workflow Library Example

Update Webhook with Sonarqube and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop