80/20 Talk SLA | Community
Skip to main content

80/20 Talk SLA

  • March 10, 2022
  • 3 replies
  • 0 views

Any easy way to setup a Talk SLA of 80/20 (80% of calls answered w/in 20 seconds) for inbound calls?

3 replies

Kate34
  • April 5, 2022

Hi Chris,

Apologies for the delay in getting back to you. Are you trying to pull a report for calls received within the 20-second timeframe?

If not, can you confirm what exactly are you trying to achieve here or at least your end goal here? If you could provide additional context so we can check if this is something we can achieve natively.


  • Author
  • April 5, 2022

Yes. I would like to establish a metric for percentage of calls answered within a specific amount of time.  In this case, the goal would be 80% of calls answered within 20 seconds.  I need to measure the percentage of time we meet that metric.


Kate34
  • April 6, 2022

Hi Chris,

For starters, you can check this Explore recipe on getting the percentage of calls answered in a specific timeframe by creating a standard calculated metric like this example below:

IF (([Call direction]="Inbound")
AND (VALUE(Call wait time (sec)) >= 20))
THEN [Call ID]
ENDIF

Hope that helps. Feel free to check out that recipe to know more about how you can achieve this report in Explore.