The Message object has the following properties

NameTypeDescription
ToPhonenumbersMandatoryStringThe number of the recipient. Could be separated wit ";" if you want to have more recipients in the same message.
MessageTextMandatoryStringThe text of the message. Maximum 4000 chars.
MessageIDOptionalStringYour unique identifyer of the message. used to query the message later. Max 50 chars.
SenderIDOptionalStringThe name/number that should be displayed when the message is received on the handset. If not supplied we will use default account sender.
SendAsFlashOptionalBitShould the message be delivered as Flash message. Default value is False.
HasCallBackURLOptionalStringIf given, we call this URL when the message reach a final state. Deafult value: empty
RequiredDeliveryUTCDateTimeOptionalDateTimeSchedule the delivery. Default value is now.
ScheduleDailyOptionalBitSchedule the delivery. Default value is false
ScheduleDailyExceptWeekendOptionalBitSchedule the delivery. Default value is false
ScheduleWeeklyOptionalBitSchedule the delivery. Default value is false
ScheduleMonthlyOptionalBitSchedule the delivery. Default value is false
ScheduleYearlyOptionalBitSchedule the delivery. Default value is false