Name | Description | Type | Additional information |
---|---|---|---|
SmsMessageId |
Id of the sms message to get content from |
integer |
Required |
FromNumber |
The alpha number sender of the sms - |
string |
Required |
DestinationNumber |
The recipient number with country code |
string |
Required |
MaxParts |
Max number of parts a sms can concatenated with Use this property truncate long SMS The number of characters per part is different based on which character set that need to be used to transfer the data More info here https://www.world-text.com/docs/sms-length.php |
integer |
None. |
DeliveryTimeoutHours |
Number of hours the SMSC will try to deliver the SMS to the phone before timing out |
integer |
None. |
ScheduledSendDate |
Scheduled time to send the SMS |
date |
None. |
TextContentTagModels |
Tags/variables to be replace in the text content |
Collection of TagModel |
None. |