824 B
824 B
WebhookStore
Properties
Name | Type | Description | Notes |
---|---|---|---|
Active | bool | Boolean to indicate if the webhook is active | [optional] [default to null] |
Title | string | A title for the webhook for easy recognition. | [default to null] |
Trigger | *WebhookTrigger | [default to null] | |
Response | *WebhookResponse | [default to null] | |
Delivery | *WebhookDelivery | [default to null] | |
Url | string | The URL of the webhook. Has to start with `https`. | [default to null] |