Start a conversation

Sending Custom Satisfaction Survey Using a Different Language

Overview

Kayako comes with default automation that sends out Customer Surveys 24 hours after a conversation has been completed. This default survey is sent in English. This article explains how you can send a survey in other languages.


Prerequisites

  • To create a new monitor in Kayako, you will need an administrator account with the 'Manage automations' permission.
  • Knowledge of HTML to customize the message content.

Back to top


Solution

The surveys are sent to the customer via email using the Monitor Automation rule called Send satisfaction survey after 24 hours.

If you provide support to customers in other languages, you can create a new monitor that automatically sends a translated satisfaction survey after completing a conversation. This can further make the service experience consistent for your customers. You can use placeholders to customize the message content in your survey.

  1. Log into your Kayako and go to Administration.

    mceclip0.png

  2. In the sidebar, go to Automation > Monitors.

    054.png

  3. Click the New monitor button.

    055.png

  4. In the Rule Title field, add a descriptive title.

    Note: It is essential to use a good naming convention to keep track of monitors.

    mceclip0.png
  5. In the 'When these conditions are met' section, configure the following:

    Condition Operator (AND)
    Conversations: Time spent in current status greater than 24 (hours)
    Conversations: Status equal to Completed
    Satisfaction: Satisfaction status equal to UNOFFERED
    Conversations: Tags does not contain any of the following survey_sent
    Requester: Language equal to es
    Note: Set the Requester: Language to the language code of the desired language, e.g. "es" for Spanish.
    mceclip0.png
    mceclip1.png
  6. From the 'Perform the following actions' section, configure the following:
    • In the Select an action menu, select Notification: Email a user.
    • In the next blank field, select (Requester).
    • Enter the Subject and the Message (see sample below) in their corresponding boxes.
  7. Click the +Add a new action link. 
    • In the Select an action menu, select Conversation: Tags.
    • In the next blank field, select add.
    • In the next blank field, type 'survey_sent'. This tag will prevent the system from sending duplicate copies of the survey.
  8. Click the Save button to create the monitor.

    mceclip1.png

    Sample message (in Spanish):

    Hola,

    Como te pareció nuestra atención al cliente? Por favor, use la clasificación debajo para contarnos.

    <a href="{{case.satisfaction_positive_rating_url}}">Bueno</a> | <a href="{{case.satisfaction_negative_rating_url}}">Mediocre</a>

    ¡Muchas gracias!
  9. Disable the default 'Send satisfaction survey after 24 hours' because the Flow control: Satisfaction Survey action will always send the survey in English and the content of the Flow control action cannot be changed. Lastly, to avoid other duplicate surveys being sent to your customers, you may want to disable any other existing satisfaction surveys configured in the monitor control panel. Hover over to the monitor you want to disable and click the Disable link.

    mceclip4.png

Back to top


Testing

After configuring your custom satisfaction survey, the monitor will fire once the conditions are met and your customers will receive the survey in the language you used.

survey_001.png

NOTE: The arrows point to the content referenced by the placeholders we used in the sample above.

Back to top

 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. ATLAS

  2. Posted

Comments