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
Name | DataType | List Options | Description |
---|---|---|---|
tonumber | string | The SMS recipient | |
subject | string | The subject of the email | |
message | string | The message of the email |