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.
enabledBooleanA flag indicating if the webhook is enabled.[optional]
eventsList<WebhookEvent>The list of webhook events.
expiryIntegerHow 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]