Skip to content

Receive an inbound MMS notification from Flowroute at a defined callback URL. Temporarily download the media file, upload it to your S3 bucket, and send a reply SMS from your Flowroute number that received the MMS message.

Notifications You must be signed in to change notification settings

flowroute/receive-mms-python-ngrok-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Receive and Upload Images from Inbound MMS with Python, ngrok, and Amazon S3

  1. Receive an inbound MMS notification from Flowroute at a defined callback URL
  2. Temporarily download the media file by extracting the url from the JSON body
  3. Upload the file to a specified S3 bucket using the notification timestamp and the telephone number of the sender
  4. Delete the temporary file and reply to the MMS sender with an SMS from the Flowroute number receiving the MMS

To get started, follow the guide in our Developer Center.

About

Receive an inbound MMS notification from Flowroute at a defined callback URL. Temporarily download the media file, upload it to your S3 bucket, and send a reply SMS from your Flowroute number that received the MMS message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages