| Name | Type | Description | Notes |
|---|---|---|---|
| kind | OrganizationWebhookKindEnum | ||
| targetUrl | String | Set the public HTTP or HTTPS endpoint that will receive the specified events. The target URL must starts with `http://` or `https://` | |
| targetSecret | String | Make sure you receive a payload to sign the Qovery request with your secret. Qovery will add a HTTP header `Qovery-Signature: <Your Secret>` to every webhook requests sent to your target URL. | [optional] |
| description | String | [optional] | |
| enabled | Boolean | Turn on or off your endpoint. | [optional] |
| events | [OrganizationWebhookEventEnum] | ||
| projectNamesFilter | [String] | Specify the project names you want to filter to. This webhook will be triggered only if the event is coming from the specified Project IDs. Notes: 1. Wildcard is accepted E.g. `product*`. 2. Name is case insensitive. | [optional] |
| environmentTypesFilter | [EnvironmentModeEnum] | Specify the environment modes you want to filter to. This webhook will be triggered only if the event is coming from an environment with the specified mode. | [optional] |
This repository was archived by the owner on Mar 14, 2024. It is now read-only.