The following queries are used for management:
adddial - create or edit a dial task notification. Extra options are:
- k - user session ID;
- id - identifier of the Dial notification; if there is no identifier, a new notification is created, otherwise the existing notification is edited;
- name - the name of the Dial notification, the length is not more than 63 characters;
- to_phone - the number of the recipient, maybe only 1 number;
- timelen - the duration of the call to the number.
If a new element is successfully created, the response contains the element identifier, and looks like:
<error type="no error" id="608001" /> |
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.
deldial - delete the notification. Required parameters are:
- k - user session ID;
- id - Dial notification ID;
testmessage - make a test dial, without creating a new element. Required parameters are:
- k - user session ID;
- type - type of test notification (dial);
- to_phone - the number of the recipient, maybe only 1 number;
- timelen - the duration of the call to the number.
getelement - read the element. Required parameters are:
- k - user session ID;
- id - element ID.
The response contains information about the element:
|