system.twilio
Twilio Functions
The following functions give you access to read info and send SMS through Twilio. This requires the Twilio Module, which is not included in a typical installation.
📄️ getAccounts
Returns a list of Twilio account names that have been configured in the Gateway.
📄️ getAccountsDataset
Returns a list of Twilio account names that have been configured in the Gateway as a single-column Dataset.
📄️ getActiveCall
Returns a list of configurations for currently active Twilio voice calls.
📄️ getPhoneNumbers
Returns a list of outgoing phone numbers for a Twilio account.
📄️ getPhoneNumbersDataset
Returns a list of outgoing phone numbers for a Twilio account as a single-column Dataset.
📄️ sendFreeformWhatsApp
Sends a free-form WhatsApp message.
📄️ sendPhoneCall
Sends a phone call to a specific phone number.
📄️ sendSms
Sends an SMS message.
📄️ sendWhatsAppTemplate
Sends a WhatsApp template message.
Functions by Scope
Gateway
Vision
Perspective