15 lines
824 B
Markdown
15 lines
824 B
Markdown
|
# 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**](WebhookTrigger.md) | | [default to null]
|
||
|
**Response** | [***WebhookResponse**](WebhookResponse.md) | | [default to null]
|
||
|
**Delivery** | [***WebhookDelivery**](WebhookDelivery.md) | | [default to null]
|
||
|
**Url** | **string** | The URL of the webhook. Has to start with `https`. | [default to null]
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|