WebhookDeliveryModeRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
transport_type | WebhookDeliveryModeRequestTransportType | ✅ | The transport type for this subscription, or the channel by which an app should be notified of an event |
address | str | ✅ | The URL to which notifications should be delivered. This is only applicable for the WebHook transport type, for which it is a required field. |
verification_token | str | ❌ | An optional validation token used to verify the authenticity of the incoming webhook. Applicable only for the WebHook transport type. |
WebhookDeliveryModeRequestTransportType
The transport type for this subscription, or the channel by which an app should be notified of an event
Properties
Name | Type | Required | Description |
---|---|---|---|
WEBHOOK | str | ✅ | "WebHook" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs