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
質問済み 1年前244ビュー
1回答
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
回答済み 1年前
profile pictureAWS
エキスパート
レビュー済み 1年前
  • 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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ