SEND_SMS_INFOBIP

Send an SMS using Infobip.

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

Parameter List

Syntax
SEND_SMS_INFOBIP(fromtobody
[language]
)
from

The Infobip 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] language

The body's language character set, given as a two-letter ISO 3166-1 language code. For example: "PT". Your chosen character set can impact the number of SMSs your account is charged per send.

Examples

SEND_SMS_INFOBIP("Toby", "1212XXXXXX", "G'day mate!", "EN") returns sends an SMS to 1212XXXXXX from Toby with the text G'day mate!