Changelog
2025-04-11 Methods for call processing rules
Call processing rules have been added to the get.virtual_numbers method
| Method | Description |
|---|---|
| "getobj.call_processing_rules" | Getting call processing rules |
| "set.call_processing_rule_is_active" | Setting the call processing rule activity |
2023-07-31 Uploading emails
Added the ability to upload email messages
| Method | Description |
|---|---|
| "upload.emails" | Uploading emails |
2023-05-31 Adding ext_id
Added the ability to work with communications by ext_id
| Method | Description |
|---|---|
| "set.tag_communications" | Adding a tag to a request |
| "unset.tag_communications" | Removing a tag from a request |
| "upload.chats" | Uploading chats |
| "upload.offline_messages" | Uploading offline messages |
| "get.calls_report" | Getting a report on call sessions |
| "get.chats_report" | Getting information about chats |
| "get.offline_messages_report" | Getting information on offline messages |
2021-06-28 Uploading expenses for advertising campaigns
Added a new method for uploading expenses for advertising campaigns
| Method | Description |
|---|---|
| "upload.campaign_costs" | Uploading expenses for advertising campaigns |
2021-03-22 New Call Tracking reports
Added new methods for getting the "Call Tracking Numbers" report broken down by advertising campaigns and sites.
| Method | Description |
|---|---|
| "get.ct_ac_summary_report" | Call tracking numbers for advertising campaigns |
| "get.ct_summary_report" | Call tracking numbers by site |
2021-03-04 Added the name field to the methods for creating, editing, and getting a list of sites
| Method | Description |
|---|---|
| "create.sites" | Website creation |
| "get.sites" | Getting a list of sites |
| "update.sites" | Website editing |
2021-02-08 Blacklist
Changes have been made to the Data API documentation structure
Added work with the Blacklist
| Method | Description |
|---|---|
| "get.blacklist_phone_numbers" | Getting blacklisted phone numbers |
| "delete.phone_number_from_blacklist" | Removing a phone number from the blacklist |
| "create.phone_number_to_blacklist" | Adding a phone number to the blacklist |
2019-11-14
Added to "Uploading communications"
-
Uploading/deleting offline messages —
upload.offline_messages -
Uploading/deleting chats —
upload.chats
[2.0.9] — 2019-10-03
Added
- Getting the account —
get.account
[2.0.8] — 2019-01-10
Added
-
Website creation —
create.sites -
Website deletion —
delete.sites -
Website editing —
update.sites
[2.0.7] — 2018-11-29
Added
-
Getting ad campaign statistics by day — method
get.campaign_daily_stat -
Getting a list of virtual numbers available for connection —
get.available_virtual_numbers -
Enabling a virtual number —
enable.virtual_numbers -
Disabling a virtual number —
disable.virtual_numbers -
Added the parameter
include_ongoing_calls("Include current calls") to theget.calls_reportmethod
[2.0.6] — 2018-08-10
Added
-
Added parameters for managing employee status and communication permissions to the
create.employees,get.employees,update.employeesmethods:status,allowed_in_call_types,allowed_out_call_types; -
The
calls_availableparameter will be removed from thecreate.employees,get.employees,update.employeesmethods after 2 months. This parameter is not recommended for use.
[2.0.5] — 2018-07-12
Added
-
Added the lost call processing time parameter
lost_call_processing_durationto theget.calls_reportmethod; -
Added a new method for getting a list of scenarios —
get.scenarios; -
Added a new method for getting media files (system, user) —
get.media_files.
[2.0.4] — 2018-02-15
Added
-
Added the ability to get a list of sites — method
get.sites; -
Added the ability to get a list of site number blocks — method
get.site_blocks; -
In the methods for creating an employee and a group of employees, the maximum length of the internal number has been extended to 5 characters;
-
Added the ability to manage SIP lines — methods
get.sip_lines,create.sip_lines,update.sip_lines,delete.sip_lines,update.sip_line_password.
[2.0.3] — 2018-02-07
Added
-
Added the ability to get a list of connected virtual numbers — method
get.virtual_numbers; -
Information about integrated goals has been added to the
get.goals_reportmethod — parameterstype,source,ext_id; -
The region of the subscriber number has been added to the
get.calls_reportmethod — parameterscpn_region_id,cpn_region_name; -
In the
get.call_legs_reportmethod, added information about the group within which the call was made, as well as information about the operation within which the call was created — parametersgroup_id,group_name,action_id,action_name.
[2.0.2] — 2018-01-29
Added
-
Methods for managing advertising campaigns — creating, deleting, getting, editing;
-
Information about integrated advertising campaigns has been added to the "Manage reports →
get.visitor_sessions_report" method — parameterintegrated_campaign_data; -
In the
get.calls_reportmethod, the allowed values of thefinish_reasonparameter have been extended.