Twilio
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
SEND_SMS_TWILIO(from, to, body,
[messaging_service]
)from
The Twilio number or alphanumeric name. For example: "42670906107"
or "John Doe"
.
to
The phone number to send the SMS to. For example: "33670922107"
.
body
The text to send. For example: "I sent this from a spreadsheet!"
.
[optional] messaging_service
The ID of the Twilio Messaging Service to use. For example: "MG9752274e9e519418a7406176694466fa"
.
If supplied, the from
parameter is ignored.