Customizing when your customer satisfaction (CSAT) survey is sent



image avatar

Jennifer Rowe

Zendesk Documentation Team

Edited Apr 30, 2025


16

110

120 comments

4476658342810 Zendesks's native CSAT is limited to a binary Good / Bad option. For 5 scale CSAT or other types of customizable survey options, take a look at Sondar as an add on. It works seamlessly with Zendesk Triggers & Automations and even syncs feedack back into zendesk. 

-1


1263169302850 Sounds like this type of anti-virus is pre-clicking the embedded links ({{satisfaction.positive_rating_url}} or {{satisfaction.negative_rating_url}}), leading to false positive/negative feedback. Its a known problem with some email filtering systems that scan URLs for safety and end up unintentionally triggering actions.

 

Switching to {{satisfaction.rating_url}}, which leads to a page where the customer selects their feedback, is a workaround, but as you mentioned, it introduces an extra step, which can reduce engagement.

0


6396702208666 custom HTML is not required, as Zendesk provides this placeholder out-of-the-box in their CSAT email templates. This placeholder will automatically generate the URL for the positive rating (like “Good” or “Positive” feedback) in the customer satisfaction survey.

 

However, if you want to design or format the email further to include custom styles, layouts, or additional functionality, you might want to use custom HTML. This would allow you to format the appearance of the link or include it as part of a button, for example.

0


Hi, team. For this CSAT customization placeholder, “{{satisfaction.positive_rating_url}}”, is the custom HTML required?

Thank you so much!

0


Hola muy buens Sheilan, como describe este artículo, pudieras personalizar el correo de las notificaciones con HTML para mostrar los enlaces de la encuesta de satisfacción.
 
Por favor comprender que como se describe también, desde Zendesk no podemos brindar asistencia sobre código u otras customizaciones que se realizen en la plataforma.
 
Entonces, solo a modo de ejemplo, pudieras añadir código HTML en una notificación de un correo electrónico (como describe este artículo: ¿Dónde puedo usar Markdown y HTML en Zendesk Support?), para embellecer (o modificar) como se muestra el enlace para la encuesta.
 
Solo a modo de ejemplo, añadiendo lo siguiente a una notificación por correo:
 
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>

<!-- "Good" button (Positive Rating) -->
<a href="{{satisfaction.positive_rating_url}}" style="background-color: #4CAF50; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 25px;">Good</a>

<!-- "Bad" button (Negative Rating) -->
<a href="{{satisfaction.negative_rating_url}}" style="background-color: #f44336; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 25px;">Bad</a>

</body>
</html>
 
El correo saliente se vería de esta forma:
 

 
Por favor tener en cuenta que esto es solo un ejemplo a modo de guía. Un saludo y que tengas excelente fin de semana!

0


Como podría personalizar el HTML para que sea más atractivo de cara a los clientes?

0


Hi Sara,
 
The CSAT survey translates to match the language in the requester's user profile. If you prefer to receive it in English, set the user profile or the account's default language to English. For more information and guide, please refer to this article.
 
Best,
Paolo | Technical Support Engineer | Zendesk

0


We get the CSAT message in Swedish, and I wonder how this is changeble? I prefer to have it in english. Thanks. 

0


We've found that people using Microsoft Anti-virus / mail servers traverse the links and send us false negatives or false positives depending on whether {{satisfaction.positive_rating_url}} or {{satisfaction.negative_rating_url}} is last. We have to use {{satisfaction.rating_url}} instead, but that's suboptimal because of the extra step.

Is there any way to adjust for this?

0


Hi Crystal Cisneros welcome to our Community! To confirm, are you referring to wanting to know if the CSAT has been sent to your customers? If so, easiest way is by checking your automations page in the Admin Center, you will see how many times the automation fired on the "Usage (last 7 days) column

 

Or if you're looking for a specific ticket, you can check the ticket events and you'll see the automation firing. Please see sample below: 

Hope this helps!

0


Sign in to leave a comment.