Skip to main content

WebhookParms

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

Properties

NameTypeDescriptionNotes
callback_urlstrThe client callback url for this webhook.
enabledboolA flag indicating if the webhook is enabled.[optional] [default to True]
eventsList[WebhookEvent]The list of webhook events.
expiryintHow 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]

Example