To send SMS, use the command user/send_sms:
svc=user/send_sms¶ms={"phoneNumber":<text>, "smsText":<text>}
| Name | Description | 
|---|---|
| phoneNumber | phone number | 
| smsText | message text | 
{} /* empty object if execution successful, if not - error code */
| Code | Value | 
|---|---|
| 6 | error sending SMS | 
  |