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