Clari Copilot integration (Data, Productivity). Imported from open-connector.
https://rest-api.copilot.clari.com/users
/v2/topics
| Param | Type | Required | Description |
|---|---|---|---|
| filterModifiedLt | string | optional | Return topics modified before this timestamp. Use the date-time format accepted… |
| filterModifiedGt | string | optional | Return topics modified after this timestamp. Use the date-time format accepted … |
/calls
| Param | Type | Required | Description |
|---|---|---|---|
| skip | integer | optional | The number of calls to skip. |
| limit | integer | optional | The number of calls to return. |
| filterUser | array | optional | Filter calls by Clari Copilot user email. |
| filterAttendees | array | optional | Filter calls by external attendee email. |
| filterTopics | array | optional | Filter calls by topic name. |
| filterStatus | array | optional | Filter calls by status. |
| filterType | array | optional | Filter calls by source type. |
| filterSourceId | array | optional | Filter calls by source IDs. |
| filterTimeGt | string | optional | Return calls scheduled or started after this time. Use the date-time format acc… |
| filterTimeLt | string | optional | Return calls scheduled or started before this time. Use the date-time format ac… |
| filterModifiedGt | string | optional | Return calls modified after this time. Use the date-time format accepted by the… |
| filterModifiedLt | string | optional | Return calls modified before this time. Use the date-time format accepted by th… |
| filterDurationGt | integer | optional | Return calls longer than this duration in seconds. |
| filterDurationLt | integer | optional | Return calls shorter than this duration in seconds. |
| sortTime | string | optional | Sort direction. |
| sortProcessed | string | optional | Sort direction. |
| includePrivate | boolean | optional | Whether private calls should be included. |
| includeAudio | boolean | optional | Whether signed audio URLs should be included. |
| includeVideo | boolean | optional | Whether signed video URLs should be included. |
| includePagination | boolean | optional | Whether pagination metadata should be included. |
/call-details
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Clari Copilot call ID. |
| includeAudio | boolean | optional | Whether a signed audio URL should be included. |
| includeVideo | boolean | optional | Whether a signed video URL should be included. |
/scorecard
| Param | Type | Required | Description |
|---|---|---|---|
| skip | integer | optional | The number of scorecards to skip. |
| limit | integer | optional | The number of scorecards to return. |
| filterTimeGt | string | optional | Return scorecards after this timestamp. Use the date-time format accepted by th… |
| filterTimeLt | string | optional | Return scorecards before this timestamp. Use the date-time format accepted by t… |
| filterRepId | string | optional | Filter scorecards by scored rep user ID. |
| filterScorerId | string | optional | Filter scorecards by scorer user ID. |