Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.55 KB

CreateMessagingProfileRequest.md

File metadata and controls

31 lines (19 loc) · 1.55 KB

CreateMessagingProfileRequest

Properties

Name Type Description Notes
name String A user friendly name for the messaging profile.
whitelistedDestinations List<String> Destinations to which the messaging profile is allowed to send. The elements in the list must be valid ISO 3166-1 alpha-2 country codes. If set to `[&quot;*&quot;]` all destinations will be allowed.
enabled Boolean Specifies whether the messaging profile is enabled or not. [optional]
webhookUrl String The URL where webhooks related to this messaging profile will be sent. [optional]
webhookFailoverUrl String The failover URL where webhooks related to this messaging profile will be sent if sending to the primary URL fails. [optional]
webhookApiVersion WebhookApiVersionEnum Determines which webhook format will be used, Telnyx API v1, v2, or a legacy 2010-04-01 format. [optional]
numberPoolSettings NumberPoolSettings [optional]
urlShortenerSettings UrlShortenerSettings [optional]
alphaSender String The alphanumeric sender ID to use when sending to destinations that require an alphanumeric sender ID. [optional]

Enum: WebhookApiVersionEnum

Name Value
_1 "1"
_2 "2"
_2010_04_01 "2010-04-01"