Class WebhookDeliveryModeRequest

java.lang.Object
com.ringcentral.definitions.WebhookDeliveryModeRequest

public class WebhookDeliveryModeRequest extends Object
  • Field Details

    • transportType

      public String transportType
      The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHook
    • address

      public String address
      The URL to which notifications should be delivered. This is only applicable for the `WebHook` transport type, for which it is a required field. Required Format: uri Example: https://acme.com/myservice/webhook
    • verificationToken

      public String verificationToken
      An optional validation token used to verify the authenticity of the incoming webhook. Applicable only for the `WebHook` transport type.
  • Constructor Details

    • WebhookDeliveryModeRequest

      public WebhookDeliveryModeRequest()
  • Method Details