views:

23

answers:

0

I'm wanting to find a service that can give me a number or possibly a shortcode that people can send picture messages (MMS) to. I would like that service to then post that image to and http endpoint.

For example, say I want to take a picture on a camera phone and then txt that picture to a shortcode say 12345 or possible 555-245-4952. The gateway that binds to this number would then http post that photo to a url of my choosing. The response from this http post would then be sent back as a txt response.

Does anyone know of any services that can do something like this? I know of a service called Twilio that can do this but only with SMS messages.