Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.41 KB

Message.md

File metadata and controls

15 lines (12 loc) · 1.41 KB

IO.Swagger.Model.Message

Properties

Name Type Description Notes
Sender string The sender of the message. Should be no longer than 11 characters for alphanumeric or 15 characters for numeric sender ID's. No spaces or special characters.
Destination string Telephone number of the recipient
Content string Message to send to the recipient. Content can be up to 640 characters in length. You will be charged 1 credit for each 160 characters, up to a maximum of 4 credits. Messages sent to numbers registered outside the UK will be charged double credits (i.e. 2 credits per 160 characters, up to maximum of 8 credits).
Schedule string Date at which to send the message. This is only used by the message/schedule service and can be left empty for other services.
Tag string An identifying label for the message, which you can use to filter and report on messages you've sent later. Ideal for campaigns. [optional]
Ttl decimal? The number of minutes before the message is deleted. Optional. Omit to prevent delivery report deletion. [optional]
Metadata MessageMetadata [optional]

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