SMS notifications
The following queries are used for management:
addsms - create or edit a notification by SMS. Extra options are:
- k - user session ID;
- id - identifier of the SMS notification; if there is no identifier, a new notification is created, otherwise the existing notification is edited;
- name - the name of the SMS notification, the length is not more than 63 characters;
- to_phone - the number of the recipient, there cab be several numbers, in such a case they are separated by a comma, maybe not more than 10 numbers with a maximum of 31 characters each;
- message - message text template, the length is not more than 511 characters.
If a new element is successfully created, the response contains the element identifier, and looks like:
<error type="no error" id="603001" /> |
When creating a new notification (id is not specified), all the listed parameters are mandatory. When changing, only modifiable parameters can be specified. Empty parameters are not allowed.
delsms - delete the notification by SMS. Required parameters are:
- k - user session ID;
- id - SMS notification ID;
send_sms_message - send a test message, without creating a new element. Required parameters are:
- k - user session ID, the length is not more than 63 characters;
- to_phone - the number of the recipient; there can be several numbers and in such a case they are separated by a comma; maybe not more than 10 numbers with a maximum of 31 characters each;
- message - message text template, the length is not more than 511 characters.
getelement - read the element. Required parameters are:
- k - user session ID;
- id -element ID;
The response contains information about the element:
|