Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.91 KB

CreateSmsCampaign.md

File metadata and controls

17 lines (13 loc) · 1.91 KB

CreateSmsCampaign

Properties

Name Type Description Notes
Name string Name of the campaign [default to null]
Sender string Name of the sender. The number of characters is limited to 11 for alphanumeric characters and 15 for numeric characters [default to null]
Content string Content of the message. The maximum characters used per SMS is 160, if used more than that, it will be counted as more than one SMS [default to null]
Recipients *CreateSmsCampaignRecipients [optional] [default to null]
ScheduledAt string UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. [optional] [default to null]
UnicodeEnabled bool Format of the message. It indicates whether the content should be treated as unicode or not. [optional] [default to null]
OrganisationPrefix string A recognizable prefix will ensure your audience knows who you are. Recommended by U.S. carriers. This will be added as your Brand Name before the message content. Prefer verifying maximum length of 160 characters including this prefix in message content to avoid multiple sending of same sms. [optional] [default to null]
UnsubscribeInstruction string Instructions to unsubscribe from future communications. Recommended by U.S. carriers. Must include STOP keyword. This will be added as instructions after the end of message content. Prefer verifying maximum length of 160 characters including this instructions in message content to avoid multiple sending of same sms. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]