Skip to main content

SEND_SMS

Sends a SMS/text message

Example Usage

SEND_SMS(920-555-1212, "Your notification is ready", "Please login to check messages")

Overview

Function signature
SEND_SMS(tonumber, subject, message)

Category
Plugin

Return data type
bool

Arguments

NameDataTypeList Options                          Description
tonumberstringThe SMS recipient
subjectstringThe subject of the email
messagestringThe message of the email