Name | Type | Description | Notes |
---|---|---|---|
url | string | The url of the webhook where notifications will be sent. URL must be valid, unique and https. | [optional] [default to undefined] |
description | string | description of the webhook of what it is used for.should not contain special characters. | [optional] [default to undefined] |
events | Array<WebhookEvent> | The events that the webhook will be subscribed to | [optional] [default to undefined] |
enabled | boolean | The status of the webhook | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]