Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.03 KB

File metadata and controls

18 lines (15 loc) · 1.03 KB

MmsMessage

Properties

Name Type Description Notes
to string Recipient phone number in E.164 format [optional]
body string Your message
subject string Subject line (max 20 characters)
from string Your sender ID [optional]
country string Recipient country [optional]
source string Your method of sending [optional] [default to 'sdk']
list_id int Your list ID if sending to a whole list (can be used instead of 'to') [optional]
schedule int Schedule time in unix format (leave blank for immediate delivery) [optional] [default to 0]
custom_string string Custom string for your reference [optional]
from_email string Email to send replies to [optional]

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