RingCentral .Net SDK
Properties | List of all members
RingCentral.WebhookDeliveryModeRequest Class Reference

Properties

string transportType [get, set]
 The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHook More...
 
string address [get, set]
 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 More...
 
string verificationToken [get, set]
 An optional validation token used to verify the authenticity of the incoming webhook. Applicable only for the WebHook transport type. More...
 

Property Documentation

◆ address

string RingCentral.WebhookDeliveryModeRequest.address
getset

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

◆ transportType

string RingCentral.WebhookDeliveryModeRequest.transportType
getset

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

◆ verificationToken

string RingCentral.WebhookDeliveryModeRequest.verificationToken
getset

An optional validation token used to verify the authenticity of the incoming webhook. Applicable only for the WebHook transport type.


The documentation for this class was generated from the following file: