Skip to main content

WebhookParms

Parameters including the callback URL and list of events to trigger the webhook.

Properties

NameTypeDescriptionNotes
CallbackUrlstringThe client callback url for this webhook.
Enabledbool?A flag indicating if the webhook is enabled.[optional] [default to true]
EventsList<WebhookEvent>The list of webhook events.
Expiryint?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]