Get JPEG from Twilio MMS

I have a scenario that successfully gets the information from a Twilio MMS message, including the URI for the media in the message. However, for the life of me, I cannot figure out how to download the actual image sent to and stored on Twilio. My goal is to use Make to connect Twilio and a database such that they service will download and store the text and image information in the database. Any help is greatly appreciated!

Download a Media Resource is probably the one you need.

1 Like

Thank you so much! When strung together with Get a Message and List Message Media, this worked like a charm.

1 Like