*TOOLS/SMS |
Send Short Text Message |
CALL "*tools/sms;send", sms_service_name$, account_info$, to$, message$
Where:
sms_service_name$ |
SMS service being used (case insensitive). Supported SMS service names are "clickatell", "eztexting", "seven", "smsbroadcast", "twilio" and "vonage". Note:
| |||||||||||||||||||||
account_info$ |
A semi-colon separated list of account information required by the SMS service being used. The information required by each service is indicated below.
(Support for "smsbroadcast" was added in PxPlus 2020.) | |||||||||||||||||||||
to$ |
Phone number(s) or group(s) to which the text message will be sent. Use a comma to separate multiple items. Phone numbers must be in the format of 15551234567 with the exception of the "eztexting" SMS service where phone numbers must exclude the beginning country code (i.e. 5551234567). Groups are only supported by the following SMS services: "eztexting" and "seven". To use groups, you must first define the groups through the SMS service Web site. | |||||||||||||||||||||
message$ |
Text message that you want to send via the SMS service. |
This utility allows you to send short text messages via SMS (Short Message Services) to a list of phone numbers (i.e. mobile devices), as well as to a list of groups that you can define in your SMS service account.
Before you can send text messages using this utility, you must first set up an account with any one of the following supported SMS services:
|
|
|
|
|
|
|
|
|
|
|
(The SMS utility was added in PxPlus 2016.)