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.
Hi,
I’m trying to implement a very simple scripting block to send a single text message (as opposed to the “Send SMS” block, which we use for batches).
Here’s my code, as suggested by Twilio’s API -
const phone_number = await input.textAsync('Who are...
Hi community.
I’m very new to JS so apologies if this seems basic :pray: .
I’m using Twilio Functions (node.js) to load to AirTable all incoming texts. I’m utilizing 2 tables -
“Receive Text” with columns Text date, Text Body and UID.“Users” with c...