Easy way to retrieve contacts time in queue in the desktop?

0

I would like to show the agent how long a caller held in queue when it arrives. I'm hoping there's a way to get this information natively, but can't find any documentation. One option is to set an attribute when a call enters the queue, but I was hoping there would be a more elegant way.

Thank you, david

profile picture
dmacias
demandé il y a un an244 vues
1 réponse
1

Setting a timestamp in the Contact Attribute is most likely the cleanest without using any API. And when the call arrives, you can calculate the current timestamp minus the enqueueTS.

The DescribeContact API does return EnqueueTimestamp which can be used for similar purpose but I would avoid this as it goes against the 2 API per sec limit.

profile pictureAWS
répondu il y a un an
profile pictureAWS
EXPERT
vérifié il y a un an
  • Yeah that's what I ended up doing as it seemed like the easiest. Would be nice if this information would be included as part of the call data as I can see other use cases for it. Thanks for replying.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions