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
preguntada hace un año244 visualizaciones
1 Respuesta
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
respondido hace un año
profile pictureAWS
EXPERTO
revisado hace un año
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas