I have created a scenario to add Twilio inbound SMS messages to a google sheet.
Initially I thought I would
- return the date of the latest sms saved in the sheet by sorting in DESC order
- check the sms create date
- if the sms date is greater than the google sheet record, add the new sms to the sheet
This isn’t super optimal for a few reasons and I was wondering if there’s a simple trigger in Make that watches for new messages and and then I can add them using the Google sheet module.
There seems to be one for ClickSend but not for Twilio
I’m guessing I’m not the first to want to do this, so any advice would be great!
Thank you