I have some existing automations which run when a comment is added with "CSAT Received" type content. Trouble is, I can't tell when it's submitted by a human or AI CSAT. I'd love a new rule trigger - CSAT Score. So I can start running a rule when ...
[package] Automatic CSAT from conversation analysis
Context: Understanding customer satisfaction is important for our business, however, today's approaches are too imperfect: Survey : asking users directly. Response rate low (1-3%) and polarized (super happy or frustrated) Not representative of all...
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...