← Tools Reference

Attention

Attention integration (AI, Communication). Imported from open-connector.

API key5 toolshttps://api.attention.tech/v2
GET
attention_list_conversations
Retrieve a paginated list of Attention conversations with optional owner, participant, team, CRM, and status filters.

/conversations/list

24 parameters
ParamTypeRequiredDescription
fromDateTimestringoptionalStart date and time for filtering conversations.
toDateTimestringoptionalEnd date and time for filtering conversations.
pageintegeroptionalPage number for pagination, starting from 1.
sizeintegeroptionalNumber of conversations to return, from 1 to 50.
ownerIdsarrayoptionalOwner user IDs to filter conversations.
ownerEmailsarrayoptionalOwner email addresses to filter conversations.
titlestringoptionalCase-insensitive partial title filter.
participantEmailsarrayoptionalParticipant email addresses to filter conversations.
externalOpportunityIdsarrayoptionalExternal opportunity IDs to filter conversations.
crmFieldEntityCodestringoptionalCRM platform entity code to filter linked CRM records.
crmFieldFieldNamestringoptionalCRM record field name to match on linked records.
crmFieldValuesarrayoptionalExact CRM field values to match, up to 10 entries.
teamIdsarrayoptionalTeam IDs to filter conversations.
hideInternalbooleanoptionalWhether to exclude internal conversations from results.
hideNonAnalyzedbooleanoptionalWhether to exclude conversations that have not been analyzed.
hidePendingbooleanoptionalWhether to exclude conversations pending processing.
hideTranscriptbooleanoptionalWhether to exclude conversations without transcripts.
hideFailedbooleanoptionalWhether to exclude conversations that failed processing.
includeInternalParticipantsbooleanoptionalWhether to include internal participants in the response.
includeZoomMetadatabooleanoptionalWhether to include Zoom metadata in the response.
includeImportMetadatabooleanoptionalWhether to include import metadata in the response.
detailedTranscriptbooleanoptionalWhether to include detailed transcript information.
withCrmRecordsbooleanoptionalWhether to include CRM records and re-enable extracted intelligence fields.
withIntelligenceItemsbooleanoptionalWhether to include intelligence items in the response.
GET
attention_get_conversation
Retrieve one Attention conversation by internal conversation ID or external import ID.

/conversations/{id}

6 parameters
ParamTypeRequiredDescription
idstringrequiredUnique identifier of the conversation to retrieve.
bystringoptionalHow to look up the conversation ID.
includeInternalParticipantsbooleanoptionalWhether to include internal participants in the response.
includeZoomMetadatabooleanoptionalWhether to include Zoom metadata in the response.
includeImportMetadatabooleanoptionalWhether to include import metadata in the response.
detailedTranscriptbooleanoptionalWhether to include detailed transcript information.
GET
attention_list_users
List Attention users with optional user ID, email, team, and deleted-user filters.

/users

4 parameters
ParamTypeRequiredDescription
idsarrayoptionalUser IDs to include.
emailsarrayoptionalUser email addresses to include.
teamUUIDstringoptionalTeam UUID to filter users.
includeDeletedbooleanoptionalWhether to include deleted users.
GET
attention_list_teams
List teams in the Attention organization.

/organizations/teams

POST
attention_ask_attention
Ask Attention to analyze selected conversations or a deal using a natural-language prompt.

/ask_attention/v2