Class AccountSettingsRequest
Represents a request to update the default webhook callback URLs for an account.
public class AccountSettingsRequest
- Inheritance
-
AccountSettingsRequest
- Inherited Members
Properties
DrCallBackUrl
The URL where Vonage will send a webhook when a delivery receipt is received without a specific callback URL configured. Set to an empty string to unset this value.
[JsonProperty("drCallBackUrl")]
public string DrCallBackUrl { get; set; }
Property Value
MoCallBackUrl
The URL where Vonage will send a webhook when an SMS is received to a Vonage number that does not have SMS handling configured. Set to an empty string to unset this value.
[JsonProperty("moCallBackUrl")]
public string MoCallBackUrl { get; set; }