WebhookParms
Parameters including the callback URL and list of events to trigger the webhook.
Properties
Name | Type | Description | Notes |
---|---|---|---|
CallbackUrl | string | The client callback url for this webhook. | |
Enabled | bool? | A flag indicating if the webhook is enabled. | [optional] [default to true] |
Events | List<WebhookEvent> | The list of webhook events. | |
Expiry | int? | How long to keep the webhook alive for <b>(in days)</b>. Value of 0 means no expiration. Once a webhook has reached expiry, it will be marked as <b>disabled</b>. This parameter is optional and is not set by default. | [optional] |