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 accounts that have been configured in the Gateway.
📄️ getAccountsDataset
Returns a list of Twilio accounts that have been configured in the Gateway as a single-column Dataset.
📄️ 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.
📄️ sendSms
Sends an SMS message.