The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I have a list of volunteers. Using an interface, I can SMS all of them of an opportunity OR I can select who to SMS and only notify the selected.
Through Twilio API, as they respond, their record is updated in the response field. Each record is link...
’d like to use the automation action to send the same text to multiple recipients. So, on Friday at 9:00am, send the “Can you volunteer this weekend?” text to everyone in the volunteer table. I’m having trouble formatting the “To” line for multiple n...
Have a table I am sending Twilio SMS from, one field is 10 digit number [10DN]. Want to gather info through SMS replies, run a Twilio Function, and update that same record. Thanks in advance
Receiving this 82002 error!
Screen Shot 2020-03-25 at 1.34....
Thank you so much Scott! I’m NO code and LOW budget :grinning: so I’ll shoot for the formula field. That’s brilliant. Thinking through how to reset those weekly, instead of a formula, could I have a text field, automate its value (which triggers th...
I’d like to use the automation action to send the same text to multiple recipients. So, on Friday at 9:00am, send the “Can you volunteer this weekend?” text to everyone in the volunteer table. I’m having trouble formatting the “To” line for multiple ...
Trying to do something similar. Tweaked the above code a little. Receiving this 82002 error!
Screen Shot 2020-03-25 at 1.34.16 PM|690x290
Thanks in advance
var Airtable = context.AIRTABLE_API_KEY;
var base_id = “appGRnjvExBkkhQa2”;
var base = Airtabl...