Webhooks

Last updated
This is a Brainboard plugin, and it allows you to communicate with an external system that is accessible through an API.

Configuration options
URL of the external system.
Headers.
Ignore failure: If enabled, the execution of the following stage will be triggered even if the task fails.
Require approval: It means that this task will not be executed until approved by people added to the approvers' list.
The task remains blocked until all approvers added in the list approve it.
When enabled, it allows you to add approvers to the list.
The approver has to be a Brainboard user.
Message: Payload to send with the API post request.
Basic auth password.
Method: GET, POST, PUT, PATCH, or DELETE.
Basic auth username.
Last updated