We need to get some important metrics from Service Cloud Voice, such as Caller Time in queue, caller IVR selection, average handle time, talk time, wrap-up time, pick-up rate, lost calls, etc... but I can't find the solution with the Voice Call object. I see that voice calls are included in activities as well. I have found another object Voice Call Metrics but is not available in SETUP. There is almost no information related.
Any suggestions?
#Service Cloud Voice
Hi @Maria del Carmen Garcia Ramiro
Yes, there are ways to capture and report on this data:
- Queue Time
- If the call was accepted: Queue Time = Accepted Time - Call Entered Queue Time
- If the call was not accepted: Queue Time = Call End Time - Call Entered Queue Time
- Capturing User Selections You can create a custom field, such as Guest Selected Option. When the caller presses a specific key, you can trigger a Lambda function that updates this field on the Voice Call record accordingly.
- Average Handle Time Create a custom field called Handle Time. This can be calculated as: Handle Time = Call End Time - Accepted Time You can then use reports to calculate the average handle time across calls.
Similarly, you can build additional reports based on your requirements.
Let me know if you'd like help setting this up—happy to connect!
- Queue Time