How to get contact details for any particular contact in AWS Connect using aws-sdk-javascript-v2

0

Details like: - Queue time and duration Connected to agent details like ACW duration, ACW start and end

I'd like to extract all the details visible through console if possible.

Any tips?

rahul
asked a year ago238 views
1 Answer
0

You can get some of the data you are after via the DescribeContact API. You can calculate things like time in queue by comparing EnqueueTimestamp with either the ConnectedToAgentTimestamp or DisconnectTimestamp depending on whether the call was answered by an agent or not.

ACW information is only available by enabling Agent Event streams and capturing that data and processing it. There is a section in the admin guide about this here

ledge
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions