feat: Detailed Agent reports and time tracking #8458
Replies: 6 comments
-
@rahulmr Thanks for creating the request. I would like to understand a little bit about the use-case. Are you trying to learn more about the productivity of an agent? Also, it would be great if you could share some of the benchmarks / KPIs you internally track for an agent. |
Beta Was this translation helpful? Give feedback.
-
@pranavrajs thanks for your reply. Yes you got it exactly, I have created a small vue page view to capture agent productivity. Currently, when I fetch agent details for a particular account I see only few details. Is there any way to capture more details like sign in, sign out, time spent per conversation per day, last sign in, last sign out, last active or availability, etc. I was also thinking of capturing timestamps where in we can get information when the agent status was changed say from active, busy to offline. |
Beta Was this translation helpful? Give feedback.
-
@pranavrajs any insights on this? I had further discussion and came to know that we also want time spent per conversation per day by agent along with a date filter. |
Beta Was this translation helpful? Give feedback.
-
@pranavrajs @sojan-official guys any updates on this? |
Beta Was this translation helpful? Give feedback.
-
@rahulmr Thanks for the information. we will keep track of this and share further updates as we have them. If you are looking into solving this on your end
you also look into additional configurations available in https://github.com/heartcombo/devise
|
Beta Was this translation helpful? Give feedback.
-
@sojan-official thanks a lot replying. I am already aware of |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Need to track agent working hours but the api for agent only provides below information.
Even the user details api does not provide information sign in count, sign in / sign out time for today
Describe the solution you'd like
There is no way to monitor the agents information in detail. Agents reports are very primitive.
Only number of conversations and messages is shown and total resolution time is given but no details per conversation.
Describe alternatives you've considered
Only alternative seems to directly get information using rails.
Additional context
I want to monitor agents conversations as an admin and also want to check time spent by them on conversations or chatwoot platform in general.
Beta Was this translation helpful? Give feedback.
All reactions