Administrators can create webhooks that are triggered by Release Bundle v2 creation events. When a webhook is triggered, it sends relevant information about the event to a web location that is listening for that specific event notification. Webhooks enables you to integrate Release Bundle v2 creation with third-party applications that are also essential to your release lifecycle process.
To configure Release Bundle v2 webhooks:
In the Administration module, select General > Webhooks.
Enter a name and description for the webhook.
Enter the URL that the webhook should invoke.
Under Events, select Release Bundle V2 and then select one or more of the following events:
Release Bundle creation started
Release Bundle creation failed
Release Bundle creation completed
In the Add Release Bundles window, do one of the following:
Select Any Release Bundle to include all Release Bundles in this webhook.
Choose which Release Bundles to include. Click Save when finished.
Define the secret token used for authentication.
Select the Use secret for payload signing checkbox, if required for validating incoming webhook calls.
Define custom headers, if required.
Click Create.
For more information, see Webhooks.