I am trying to accept incoming picture messages from a number I’ve set up on Twilio. Those messages will have a image that I want to upload directly to my social media scheduler, Loomly.
I am struggling making the connection happen as the image file from Twilio into the program as the image is showing up as a JSON file.
I’m using Http://api.twilio.com/(IMAGEURL that ends in .JSON)
I’ve also attempted a webhook, but I can’t figure out what data would be the image file, none of them seem to work.