I’d like to put in a feature request to make better use of swiping in the Front iOS apps. A really useful feature in the default email client in iOS (Mail app) is the ability to do just about everything you need from the inbox list. Adjusting the ...
Change aggregation so that:
if conversation A has two scores (5 and 3) and conversation B has one score (1)
then average is ((5 + 3) / 2) + 1) / 2 = 2.5
instead of (5 + 3 + 1) / 3 = 3
New inbounds should cancel the scheduled CSAT rule delay
Current scenario with a 2h delay rule:
Conversation is archived at noon, survey scheduled at 2pm
New inbound at 1:30pm, replied and archived at 1:50PM
CSAT survey sent at 2PM
Desired behaviour: initial scheduling should be cancelled and CS...