Hey y’all! I’ve been using Google Sheets to log inbound texts to Twilio but I’m trying to upgrade to Glide BigTables as it’s starting to get unruly… Has anyone found a good workaround for that?
are you passing it through a Make or Zapier? The reason I was using JS was so I could make it instant via a Twilio function. Do you have another workaround for that?
Yeah, I would LOVE to make that work. Twilio and Make only offer a scheduled retrieval of messages instead of instant. It’s not the end of the world, but I had started using (Send SMS Notifications from Google Sheets with Twilio) to make it instant via a Twilio JS function. Works great btw…
What I was trying to do was adjust that function to post to the GlideTable instead of the Google Sheet.
My dream is to have all communications on one table for sorting, and the make/sheets interactions required lots of queries and duplicated data to get it all in one place since calls/sms/emails all are coming from different channels and hard to consolidate into a cohesive representation of our communications.