Twilio Save Incoming MMS to Dropbox
Budget: $10 – $30 USD
We are needing a simple solution to allow for picture messages sent to our paid Twilio number to be stored on dropbox. We do not wish to use zapier. This can be nodejs, function on Twilio, etc.
1) Person sends an MMS message containing 1 or more pictures to our Twilio number.
2) It checks a list that we keep up to date (not too picky how this is done). If the from number is on that list it gets the corresponding folder location on dropbox and saves the images there. If the from number is not on the list, it does nothing.
Example database/list:
+1222-222-2222=folder1/pics
+1333-333-3333=some_folder/pics
MMS from +1222-222-2222 saves images to dropbox/folder1/pics
MMS from +1333-333-3333 saves images to dropbox/some_folder/pics
MMS from +1444-444-4444 does nothing
Thank you!
1) Person sends an MMS message containing 1 or more pictures to our Twilio number.
2) It checks a list that we keep up to date (not too picky how this is done). If the from number is on that list it gets the corresponding folder location on dropbox and saves the images there. If the from number is not on the list, it does nothing.
Example database/list:
+1222-222-2222=folder1/pics
+1333-333-3333=some_folder/pics
MMS from +1222-222-2222 saves images to dropbox/folder1/pics
MMS from +1333-333-3333 saves images to dropbox/some_folder/pics
MMS from +1444-444-4444 does nothing
Thank you!