Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.33 KB

SmsMessage.md

File metadata and controls

17 lines (14 loc) · 1.33 KB

IO.ClickSend.ClickSend.Model.SmsMessage

Properties

Name Type Description Notes
From string Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number. [optional]
Body string Your message.
To string Recipient phone number in E.164 format. [optional]
Source string Your method of sending e.g. 'wordpress', 'php', 'c#'. [optional] [default to "sdk"]
Schedule int? Leave blank for immediate delivery. Your schedule time in unix format http://help.clicksend.com/what-is-a-unix-timestamp [optional] [default to 0]
CustomString string Your reference. Will be passed back with all replies and delivery reports. [optional]
ListId int? Your list ID if sending to a whole list. Can be used instead of 'to'. [optional]
Country string Recipient country. [optional]
FromEmail string An email address where the reply should be emailed to. If omitted, the reply will be emailed back to the user who sent the outgoing SMS. [optional]

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