CreateSmsMessage
Properties
Name | Type | Required | Description |
---|---|---|---|
from_ | MessageStoreCallerInfoRequest | ✅ | Message sender information. The phoneNumber value should be one the account phone numbers allowed to send the current type of messages |
to | List[MessageStoreCallerInfoRequest] | ✅ | Message receiver(s) information. The phoneNumber value is required |
text | str | ✅ | Text of a message. Max length is 1000 symbols (2-byte UTF-16 encoded). If a character is encoded in 4 bytes in UTF-16 it is treated as 2 characters, thus restricting the maximum message length to 500 symbols |
country | SmsRequestCountryInfo | ❌ | Target number country information. Either id or isoCode can be specified. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs