Yes, you can display Zendesk satisfaction ratings on an external website by leveraging the satisfaction.json endpoint. While embedding directly via iframe is not allowed, you can use custom scripting to fetch and display the ratings data on your site.
By using the JSON data and a bit of coding, you can integrate the satisfaction ratings into your website's design. This approach allows you to share customer feedback more broadly, enhancing transparency and trust with your audience.
To display your last 100 customer satisfaction ratings in Zendesk, you need to access them in JSON format. First, ensure that satisfaction ratings are enabled in your Zendesk Admin Center. Navigate to the People icon, select Configuration > End…
Zendesk provides your satisfaction ratings in a simple JSON format. The data consists of an array of numbers where '1' represents a positive rating and '0' represents a negative rating. This format is straightforward and allows you to decide how to…
To enable customer satisfaction ratings in Zendesk, you need to configure settings in the Admin Center. Click on the People icon in the sidebar, then select Configuration > End users. Under the Satisfaction tab, ensure that 'Allow customers to rate…
Currently, Zendesk does not support filtering satisfaction ratings by group when using the satisfaction.json endpoint. The JSON data only provides a boolean figure representing positive or negative ratings without group-specific filtering options….