I Need your guidance in sending MMS through exactTarget mobile connect.I studied various documentation in exactTarget but there is no clear steps for implementing MMS.I came across Media share template but i dont find any such templates in my ET mobile Connect account.It will be very helpful if some one guides me in this.
Attribution to: Manoj Chandran
Possible Suggestion/Solution #1
Manoj, See the Message Contact Send API with the optional Content URL.
https://code.exacttarget.com/api/messagecontact-send
here's an example API call:
POST https://www.exacttargetapis.com/sms/v1/messageContact/MzA6Nzg6MA/send?access_token=...
Content-Type: application/json
{
"mobileNumbers": [
"13175551212"
],
"Subscribe": false,
"Resubscribe": false,
"Override": true,
"messageText": "Welcome to Code@",
"ContentURL" : "http://image.exct.net/lib/fe6d15707662057c7411/m/1/dj_CC_AUS.jpg"
}
I would suggest looking at the getting started guide to setup your MMS message and message ID:
https://code.exacttarget.com/content/mobileconnect-getting-started-0
David Galante
MobileConnect Product Manager
@davidgalante
Attribution to: David Galante
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/32753