WebhookDeliveryMode
Properties
Name | Type | Required | Description |
---|---|---|---|
transport_type | WebhookDeliveryModeTransportType | ✅ | 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. |
encryption | WebhookDeliveryModeEncryption | ✅ | Specifies if notification messages will be encrypted or not. |
WebhookDeliveryModeTransportType
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" |
WebhookDeliveryModeEncryption
Specifies if notification messages will be encrypted or not.
Properties
Name | Type | Required | Description |
---|---|---|---|
FALSE | str | ✅ | "false" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs