Apply logic rules to CSAT in signatures - to prevent it appearing for certain domains
We currently use CSAT survey in our collegues signatures. However i want to prevent this from appearing when we email certain domains (for instance internally. Having the ability to apply logic to say "Only show CSAT score link when X tag is visib...
Once passed , the data can be saved as embedded data with the survey response, which can be retrieved on the backend easily. For tagging and reference purposes, if clients track projects on other CRM systems etc
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...