Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.1 KB

SendMmsRequest.md

File metadata and controls

13 lines (10 loc) · 1.1 KB

Telstra_Messaging::SendMmsRequest

Properties

Name Type Description Notes
from String This will be the source address that will be displayed on the receiving device. If it is not present then it will default to the MSISDN assigned to the app. If replyRequest is set to true, then this field will be ignored.
to String This is the destination address. Can be an array of strings if sending to multiple numbers: "to":["+61412345678", "+61418765432"]
subject String The subject that will be used in an MMS message.
reply_request BOOLEAN If set to true, the reply message functionality will be implemented and the to address will be ignored if present.
notify_url String Notify url [optional]
mms_content Array<MMSContent> An array of content that will be sent in an MMS message. If this array is present it will cause the `body` element to be ignored, and the message will be sent as an MMS.