Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.04 KB

UpdateSmsCampaign.md

File metadata and controls

13 lines (10 loc) · 1.04 KB

UpdateSmsCampaign

Properties

Name Type Description Notes
Name string Name of the campaign [optional] [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 [optional] [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 [optional] [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]

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