Help
Ben_Peleg
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Mar 31, 2020
‎Nov 29, 2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 13 Kudos given
  • 1 Kudos received

User Activity

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...