What this solution does
The module enables two-way exchange of data, tables, and users between 1C-Bitrix and the ClientBase service via REST API version 1.0 without manual data export. It is part of a suite of integration tools for 1C-Bitrix developed by Pavel Shulaev, complementing other ready-made modules for amoCRM, MailChimp, and similar services.
The functionality covers key API sections: tables, rows, table data, and users. All API method requests are executed through a unified set of classes in the Rover\CB\Rest namespace. The module handles authorization, session reuse, and response parsing, eliminating the need for direct HTTP request handling.
Class methods provide a direct one-to-one mapping to API version 1.0 methods, including support for filtering by exact field match. API version 1.0 fully supports data export and synchronization scenarios for data, tables, and users in most integration tasks.
The ClientBase API module provides a ready-made set of classes for organizing basic data exchange. It is not designed to handle non-standard tasks such as complex field mapping, synchronization with third-party systems, business logic triggered by data change events, or migration from other solutions. Such tasks fall outside the scope of the module's out-of-the-box functionality and require custom development on the 1C-Bitrix platform.
General iT can install and configure this module and check how it works on your website.