Hey guys, im just looking for some advice and a push in the right direction with this.
I currently use twilio to send notifications to clients about appointments, but, I currently have inbound messages to twilio switched off because I don’t monitor the twilio console and I get charged for replies. If I was to turn this on inbound SMS in the twilio console I would like to have SMS messages pushed to the app so that clinicians can see these messages and ultimately reply to them.
My knowledge of webhooks, APIs and the Google/Twilio console is very limited, but I am currently investing time to research. I have found methods to log inbound SMS to google sheets, and to send SMS from google sheets. This to me sounds like an approach I should take.
I came across workflow @LeventK wrote back in 2019
1.)** You can create a standalone Google Apps Script project with doPost(e)
2.) Construct the proper Google Apps Script code to make a HTTP POST call to Twilio API
3.) Deploy the project as a web-app executable
4.) Create a Webhook Workflow within AppSheet and use the aforementioned webapp’s URL as a webhook endpoint and construct a valid JSON body for your process
Is this the approach i should be doing or have things changed since then?
Sorry about the really long message.
Ben