Twilio MMS Send Local File
问题 We can send MMS using Twilio api in Salesforce. As i know that using that code i can send MMS using Twilio in Salesforce. Sending a MMS properties.add(new TwilioNameValuePair('MediaUrl','https://www.twilio.com/packages/company/img/logos_downloadable_round.png')); But it's seams that we have need to pass media file url. But how can we take a input of file form Local machine and send them using Twilio MMS? 回答1: Rajendra, hello! Megan from Twilio here. This sounds similar to what I ran into