SEND_SMS_TWILIO

Send an SMS using Twilio.

icon of TwilioTwilio
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
SEND_SMS_TWILIO(fromtobody
[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.

Examples

SEND_SMS_TWILIO("A spreadsheet", "1212XXXXXX", "Hello, world!") returns sends "Hello, World" to "1212XXXXXX" from "A spreadsheet".