This connector supports:
calls
, currently. For all other objects, a full read of the Clari Copilot instance will be done per scheduled read.https://rest-api.copilot.clari.com
.Important Note on Incremental Reads for Calls: The incremental read functionality for
calls
is based on thelast_modified_time
field. However, this timestamp only updates when the call’s status changes, not when other fields (like name, email, etc.) are modified. This means that incremental reads may miss updates to non-status fields that occur between scheduled reads.
The Clari Copilot connector supports reading from the following objects:
For an example manifest file of a Clari Copilot integration, visit our samples repo on Github.
This connector uses API Key auth along with an API Secret, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.)
To start integrating with Clari Copilot:
https://rest-api.copilot.clari.com
.For more detailed information about Clari Copilot API, refer to the Clari Copilot API documentation.