List Conversations
List conversations matching the specified criteria. Returns all conversation if no criteria provided.
External Documentation
To learn more, visit the Chorus documentation.
Basic Parameters
Parameter | Description |
---|---|
Engagement IDs | A comma-separated list of Engagement ID(s) to filter by. |
Engagement Type | The type of engagements to retrieve. If not specified, both types of conversations will return. |
Max Date | Max date of engagement to filter by. |
Min Date | Min date of engagement to filter by. |
Participants Email | A single email address of a participant to filter by. |
Team IDs | A comma-separated list of Team ID(s) for engagement owner to filter by. |
User IDs | A comma-separated list of User ID(s) for engagement owner to filter by. |
With Trackers | Select to return trackers information with the results. |
Advanced Parameters
Parameter | Description |
---|---|
Continuation Key | Continuation key for pagination. |
Disposition Connected | Select to include conversations where the call was connected. |
Disposition Gatekeeper | Select to include conversations where the call reached a gatekeeper. |
Disposition Tree | Select to include conversations where the call encountered a phone tree. |
Disposition Voicemail | Select to include conversations where the call resulted in voicemail. |
Example Output
{
"continuation_key": "1591110020.0 20C790A0EB9646DBB95725D7951C2506",
"engagements": [
{
"account_id": "",
"account_name": "Mike Gorman Meetings",
"compliance": "non-compliant",
"date_time": 1632490362,
"disposition_connected": true,
"disposition_gatekeeper": false,
"disposition_tree": false,
"disposition_voicemail": false,
"duration": 2872.75,
"engagement_id": "EE8ED5BBBC254177B8201B9D84855949",
"engagement_type": "meeting",
"initiator": "string",
"language": "en",
"no_show": true,
"num_cust_questions": 0,
"num_engaging_questions": 0,
"opportunity_id": "string",
"opportunity_name": "string",
"participants": [
{
"company_name": "ZoomInfo",
"email": "mike.gorman@zoominfo.com",
"name": "Mike Gorman",
"person_id": 18272271,
"title": "Principal Architect",
"type": "rep",
"user_id": 305921
}
],
"processing_state": "done",
"subject": "Unscheduled Meeting",
"tracker_matches": [
{
"name": "Authority",
"num_matches": 1,
"type": "chorus"
},
{
"name": "Objection - Great Question / Feedback",
"num_matches": 1,
"type": "chorus"
},
{
"name": "Trial / POC",
"num_matches": 1,
"type": "chorus"
},
{
"name": "Next Steps & To Do's",
"num_matches": 3,
"type": "chorus"
},
{
"name": "Note to self",
"num_matches": 1,
"type": "chorus"
},
{
"name": "Coronavirus",
"num_matches": 2,
"type": "chorus"
}
],
"url": "https://chorus.ai/meeting/EE8ED5BBBC254177B8201B9D84855949",
"user_email": "mike.gorman@zoominfo.com",
"user_id": 305921,
"user_name": "Mike Gorman"
}
]
}
Workflow Library Example
List Conversations with Chorus and Send Results Via Email
Preview this Workflow on desktop