Skip to content

A Google Apps Script to receive and parse Flowroute SMS and MMS messages into a Google Sheets Spreadsheet

License

Notifications You must be signed in to change notification settings

stacksjb/GoogleSheets-Webhook-Flowroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoogleSheets-Webhook-Flowroute

A Google Apps Script to receive and parse Flowroute SMS and MMS messages into a Google Sheets Spreadsheet. Set up to send SMS to a tab titled "SMS" and MMS (one row per attachment) to a sheet called "MMS"

See https://developer.flowroute.com/api/messages/v2.1/receive-an-sms/ and https://developer.flowroute.com/api/messages/v2.1/receive-an-mms/

Note that SMS comes through in standard format (same fields each time), MMS includes all those plus each attachment or item in an array.

Keep in mind that in the case of MMS, attachments are forwarded with a link to a temporary S3 bucket. This link is non-permanent and expires (usually after ~7 days).

Ensure you update the email notification parameters, if needed

Credits for inspiration and code happily stolen from: https://stackoverflow.com/questions/34516970/google-sheets-scripts-email-notifications-when-changes-made-in-a-specific-sheet

About

A Google Apps Script to receive and parse Flowroute SMS and MMS messages into a Google Sheets Spreadsheet

Resources

License

Stars

Watchers

Forks

Packages

No packages published