# Customer Feedback Automation

Automating feedback requests helps you gather valuable insights into customer satisfaction while saving time and effort. By sending personalized messages in the customer’s preferred language, you can use it to identify areas for improvement, enhance your services, and build stronger customer relationships.

1. Begin by logging into your MyAlice account and navigating to the **Create Automation** section.

<figure><img src="/files/JpiqKqvTH0T3NZ32fygb" alt=""><figcaption></figcaption></figure>

2. Click on **Select Trigger** to define the event that will initiate the automation.

<figure><img src="/files/yC3EViaBnBHOm4JBWXpo" alt=""><figcaption></figcaption></figure>

3. For this workflow, choose **Order Fulfilled** as the trigger and save it. This ensures the automation starts whenever an order is marked as delivered.

<figure><img src="/files/65U27xLXbbQ51h2dblpA" alt=""><figcaption></figcaption></figure>

4. To refine the automation further, you can add conditions. For this example, we want to send feedback requests only for orders that have been fulfilled. Click on **Condition**,

<figure><img src="/files/XjvzmUKyDmkVwBEkwSXp" alt=""><figcaption></figcaption></figure>

and under **Order**, select **Order Fulfillment Status**.

<figure><img src="/files/0I8pfFHvXIkRsptorwx6" alt=""><figcaption></figcaption></figure>

From the dropdown, choose **Is** and then select **Fulfilled** as the status. Save the condition to apply this rule.

<figure><img src="/files/TYjtXHfP8anAB9B0p3ET" alt=""><figcaption></figcaption></figure>

5. Next, you can customize the feedback request based on the customer’s locale. For instance, if your customers are from different regions and speak different languages, you can send templates in their preferred language. Click on **Then** to set up this condition.

<figure><img src="/files/v0hQTrGFIqrgs8sR24Yw" alt=""><figcaption></figcaption></figure>

Set **Customer Locale** from **Order** to set the locale of the customer as a condition.

<figure><img src="/files/k97g3CDTi7iunLNiLRsu" alt=""><figcaption></figcaption></figure>

Set the desired Customer Local from the dropdown titled **Select Locale**.

<figure><img src="/files/JhJplB2OIGwt4nleFOod" alt=""><figcaption></figcaption></figure>

6. To send the template based on customer locale, click on **Action**.

<figure><img src="/files/R1DR3ohL6FkB9TwgasJx" alt=""><figcaption></figcaption></figure>

7. Then select **Send WhatsApp Template** under the **WhatsApp** section.

Choose the appropriate **WhatsApp Channel** from the dropdown menu and select the desired template.

<figure><img src="/files/gerovmVC1U8bYzkRahiD" alt=""><figcaption></figcaption></figure>

The **Template Preview** will show how the message will appear to customers.

![](/files/HfNWoC02NL643WKg1fWZ)

If the customer’s locale is English, select the English template (e.g., **en\_customer\_feedback\_1**). For other locales, such as Arabic, select the corresponding template (e.g., **ar\_customer\_feedback\_1**) under **Otherwise**. Assign any necessary variables, such as the customer’s name or order ID, using the **Select Variables** dropdown. Set a **Fallback Value** for each variable to ensure the message remains complete even if some data is unavailable. Save the action to finalize the setup.

![](/files/qKHt3gVXmnGIbbVsapmd)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.myalice.ai/chatbot-automation/case-specific-automation/customer-feedback-automation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
