Is it possible to implement a “time to first response” SLA that only looks at the time between the first message and the subsequent reply?
Use case: Implement a Time to First Response SLA which measures the time from the very first message received in a conversation, to the very first reply sent.
I’ve tried implementing the rule with a “when” condition of “doesn’t have tag ‘First Reply Sent’”, which is added by another rule when the first reply is sent.
However, this seems to do weird things with reporting, as the analytics can see that an SLA breach tag is added when the SLA is breached, then removed when the reply is sent, but seems to think that the SLA no longer applies because the First Reply Sent tag has been added, so it doesn’t show the conversation in the “SLA breaches” stats. Note that it does show the conversation in the “SLA breach time (avg)” stat, which is a little confusing
If there’s another way to implement this, please let me know!