updateSMSMessages
The updateSMSMessages
function allows you to update SMS messages in your account.
Syntax
writeResult = bApi.updateSMSMessages(smsMessageObject[] messages);
Attributes
Name | Type | Required | Description |
---|---|---|---|
id |
string | Yes | The unique id assigned to an SMS message. |
name |
string | No | The name of the SMS message. |
messageFolderId |
string | No; default is the root (top-level) folder | The id of a folder to add the SMS message to. |
shortenUrls |
boolean | No |
Indicates if the SMS message uses shortened URLs. In addition to shortening URLs, which allows for more content, this setting also allows the application to track the URLs used in the message. URLs will be shortened when the message is sent. The character count takes this into account, and thus represents the count for the message as if the URLs were shortened. |
content |
string | No |
The content for the SMS message. SMS messages are limited to 160 characters. The following text must be included somewhere in the body of the SMS message: Text STOP to end |