{% load static %}

Customer Satisfaction

{% if "feature-ai-jarvis" in user_feature_access and "feature-ai-jarvis" in company_feature_access %} {% endif %}
The average score of the responses recieved to satisfaction surveys sent after a support ticket is closed.

Responses can be "Happy," "Nuetral," or "Unhappy"
{{ simplesat_data.average_score|default:"0" }}
Average Score (Last 6 Months)
The total number of all responses recieved to satisfaction surveys sent after a support ticket is closed.
{{ simplesat_data.response_count|default:"0" }}
Total Responses
The total number of responses recieved in which the user responded with "Happy" in the post-ticket satisfaction survey.
0
Positive Feedback
View More
Data updated hourly