Actions
Create Webhook
Create a Webhook. Requires permission on the specified project, or global permission.
Basic Parameters
Parameter | Description |
---|---|
Name | Name displayed in the administration console of webhooks. |
Organization Key | The key of the project’s organization. |
Project Key | The key of the project that will own the webhook. |
URL | Server endpoint that will receive the webhook payload, for example http://my_server/foo . If HTTP Basic authentication is used, HTTPS is recommended to avoid man in the middle attacks. Example: https://myLogin:myPassword@my_server/foo |
Advanced Parameters
Parameter | Description |
---|---|
Secret | If provided, secret will be used as the key to generate the HMAC hex (lowercase) digest value in the X-Sonar-Webhook-HMAC-SHA256 header. |
Example Output
Workflow Library Example
Create Webhook with Sonarqube and Send Results Via Email
Preview this Workflow on desktop