Chorus integration (Communication, Data). Imported from open-connector.
https://chorus.ai/api/v1/users/me
/api/v1/teams
/api/v1/teams/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Chorus team ID. |
/v3/engagements
| Param | Type | Required | Description |
|---|---|---|---|
| compliance | string | optional | Filter by Chorus call recording compliance flag. |
| continuationKey | string | optional | The Chorus continuation_key returned by the previous page. |
| dispositionConnected | boolean | optional | Filter by Chorus connected disposition. |
| dispositionGatekeeper | boolean | optional | Filter by Chorus gatekeeper disposition. |
| dispositionTree | boolean | optional | Filter by Chorus phone tree disposition. |
| dispositionVoicemail | boolean | optional | Filter by Chorus voicemail disposition. |
| engagementIds | array | optional | One or more Chorus engagement IDs to retrieve. |
| engagementType | string | optional | Filter by Chorus engagement type. |
| contentType | string | optional | Filter by Chorus engagement content type. |
| maxDate | string | optional | Only include engagements on or before this datetime. |
| maxDuration | number | optional | Only include engagements with duration at or below this number of seconds. |
| minDate | string | optional | Only include engagements on or after this datetime. |
| minDuration | number | optional | Only include engagements with duration at or above this number of seconds. |
| participantsEmail | string | optional | Filter by a participant email address. |
| teamIds | array | optional | One or more Chorus team IDs for engagement owners. |
| userIds | array | optional | One or more Chorus user IDs for engagement owners. |
| withTrackers | boolean | optional | Whether to return tracker information with engagements. |
/api/v1/conversations/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Chorus conversation ID to retrieve. |
| fields | array | optional | Chorus conversation fields to populate. |
| forceRegeneration | boolean | optional | Whether Chorus should regenerate the conversation from latest data. |
| skipSummaryGeneration | boolean | optional | Whether Chorus should skip summary generation. |
| includeMeetingMetadata | boolean | optional | Whether Chorus should include meeting metadata such as provider calendar ID and… |
/api/v1/scorecards
| Param | Type | Required | Description |
|---|---|---|---|
| recipientIds | array | optional | IDs of Chorus users who were scored. |
| reviewerIds | array | optional | IDs of Chorus users who completed scorecards. |
| initiativeId | integer | optional | The Chorus initiative ID that scorecards were completed against. |
| submittedRange | string | optional | The submitted datetime range in Chorus format, such as 2021-01-01T00:00:00Z:202… |
| pageSize | integer | optional | The number of scorecards to return per page. Chorus allows 1 to 100. |
| pageNumber | integer | optional | The one-indexed page of scorecards to return. |