Attention integration (AI, Communication). Imported from open-connector.
https://api.attention.tech/v2/conversations/list
| Param | Type | Required | Description |
|---|---|---|---|
| fromDateTime | string | optional | Start date and time for filtering conversations. |
| toDateTime | string | optional | End date and time for filtering conversations. |
| page | integer | optional | Page number for pagination, starting from 1. |
| size | integer | optional | Number of conversations to return, from 1 to 50. |
| ownerIds | array | optional | Owner user IDs to filter conversations. |
| ownerEmails | array | optional | Owner email addresses to filter conversations. |
| title | string | optional | Case-insensitive partial title filter. |
| participantEmails | array | optional | Participant email addresses to filter conversations. |
| externalOpportunityIds | array | optional | External opportunity IDs to filter conversations. |
| crmFieldEntityCode | string | optional | CRM platform entity code to filter linked CRM records. |
| crmFieldFieldName | string | optional | CRM record field name to match on linked records. |
| crmFieldValues | array | optional | Exact CRM field values to match, up to 10 entries. |
| teamIds | array | optional | Team IDs to filter conversations. |
| hideInternal | boolean | optional | Whether to exclude internal conversations from results. |
| hideNonAnalyzed | boolean | optional | Whether to exclude conversations that have not been analyzed. |
| hidePending | boolean | optional | Whether to exclude conversations pending processing. |
| hideTranscript | boolean | optional | Whether to exclude conversations without transcripts. |
| hideFailed | boolean | optional | Whether to exclude conversations that failed processing. |
| includeInternalParticipants | boolean | optional | Whether to include internal participants in the response. |
| includeZoomMetadata | boolean | optional | Whether to include Zoom metadata in the response. |
| includeImportMetadata | boolean | optional | Whether to include import metadata in the response. |
| detailedTranscript | boolean | optional | Whether to include detailed transcript information. |
| withCrmRecords | boolean | optional | Whether to include CRM records and re-enable extracted intelligence fields. |
| withIntelligenceItems | boolean | optional | Whether to include intelligence items in the response. |
/conversations/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique identifier of the conversation to retrieve. |
| by | string | optional | How to look up the conversation ID. |
| includeInternalParticipants | boolean | optional | Whether to include internal participants in the response. |
| includeZoomMetadata | boolean | optional | Whether to include Zoom metadata in the response. |
| includeImportMetadata | boolean | optional | Whether to include import metadata in the response. |
| detailedTranscript | boolean | optional | Whether to include detailed transcript information. |
/users
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | User IDs to include. |
| emails | array | optional | User email addresses to include. |
| teamUUID | string | optional | Team UUID to filter users. |
| includeDeleted | boolean | optional | Whether to include deleted users. |
/organizations/teams
/ask_attention/v2