Twilio MMS Number - twilio

I am using the software DSLR-Photobooth. Included is Twilio to send the made pictures directly. Twilio-site says I need a number for that, but there are just SMS and voice numbers. How can I get a MMS Number?
Thanks
Enrico

Enrico, where are you trying to buy a number in order to start sending MMS?
You may want to check out this list of SMS enabled numbers and look for 'Yes' in the MMS enabled box.

Related

Use own number to send SMS in Twilio

I have had a couple of customers wondering if they can use their own phone numbers to send out SMS using Twilio.
I am wondering if this is possible?
What are the carrier charges in this case and do I need to verify this number before enabling this functionality for an individual user?
The number you want to send messages from (or to) needs to be controlled by Twilio. However, it is possible to port your number from your current provider over to Twilio and thus give Twilio control over that number. This is possible, at least in some countries.
This support article here describes how this can be done for US numbers.

Check if number is SMS/MMS capable before porting

I would like to check if a set of US numbers are SMS capable - the customer would like to have both SMS and voice on the numbers and I'd like to know if this is possible before porting the numbers to Twilio.
I tried the LookupAPI but that does not seem to give me this information.
I then sent a SMS to the number to see if the SMS is delivered and I get a delivered status in the Twilio API, which in theory would mean that the number is SMS capable, but I'm not sure if this test is conclusive.
Is there any other way I could determine the number capabilities without owning the number?
All US numbers ported over to Twilio support both Voice and SMS.

Send mass texts with iOS

Is there anyway to send the same text to multiple contacts not as a group text. I have been told that it would need a server to accomplish this. If that is the case I would like to be able to still send texts from my current number not a new number. I have checked out Twilio but have not gotten very far.
Twilio developer evangelist here.
You cannot send mass text messages using Twilio and your existing phone number.
One option you might have is, if you have a Mac you can control the SMS app programmatically to send lots of SMS messages. Here's a blog post with some example code to do that: https://www.twilio.com/blog/2017/06/drawing-pixel-art-text-messages-signal-video-wall.html
That might not be of much help, but while you can send lots of SMS messages with Twilio, you cannot do so using your existing number.
Yes you could send mass texts out to different numbers using twilio. No you could not use your current number.
You would have to purchase a new twilio number that has SMS messaging enabled.
Look at the Twilio documentation and their get started guide, figure out the language you want to create your server in and you will be sending texts in no time. https://www.twilio.com/docs/quickstart/node/programmable-sms You would run the webserver. Twilio does not offer a swift or ios based SMS solution.
https://www.twilio.com/docs/quickstart?filter-language=swift

How to process an incoming sms/mms with picture with twill

I have create a simple app to receive incoming sms and forward as to an email address. Everything works great until I add a picture taken from my phone to the message.
How can I process an incoming message containing a picture?
Twilio evangelist here.
Unfortunately today MMS is only supported on Canadian 10 digit phone numbers. MMS is only available in the US on short codes. We are working hard to make MMS available globally.
Hope that helps.

Receive MMS message in Twillio

Does anyone know how I can receive an MMS through Twilio? I checked online and found software to receive an SMS but not an MMS, since it's a new feature. The number I have is MMS-enabled. If I can receive it through an app, on email, anything would help.
Twilio evangelist here.
As long as your Twilio phone number is MMS-enabled you can receive MMS messages with it. Twilio currently offers MMS-enabled Twilio phone numbers in Canada and MMS-enabled Twilio short codes in the US.
If someone sends an MMS to your Twilio phone number or short code, Twilio is going to make an HTTP request to the Messages URL you have configured for your phone number. That request is going to include a bunch of parameters:
https://www.twilio.com/docs/api/twiml/sms/twilio_request
For each media element included in the MMS message, the Twilio request will include a MediaUrl parameter that has a URL you can use to grab the media element.
Hope that helps.
If you have a twilio number, and it is indeed MMS enabled, you should first verify that it is actually getting where its supposed to go. Not only does the twilio number need to support MMS, whatever number you are sending needs to as well.
After you send a test MMS to your twilio number, log into you account and check the message log - if you don't see it there, one of your numbers isn't supported.
https://www.twilio.com/user/account/log/sms
if you can't see the message in the log, no code is going to help.
If the message is indeed making it to your twilio number, then this is the relevant documentation on how to receive MMS in your app:
https://www.twilio.com/docs/api/rest/message

Resources