# How To Send Tracking link To Customers In WhatsApp And Collect Feedback For Shopify Orders ?

### Sending Tracking URLs and Collecting Feedback via WhatsApp for Shopify Orders

1. **Create a Custom Webhook in Shopify**
   * Navigate to your Shopify admin panel and create a custom webhook.
   * Once created, copy the webhook's URL.
2. **Configure the Automation Builder**

   * Utilize the automation builder to capture data from the incoming webhook.
   * Extract the order status URL from the webhook data.
   * Use the split text function to isolate the variable part of the URL.&#x20;

   **Create WhatsApp Message Template with Tracking URL**

   * In the WhatsApp API, design a template message incorporating a dynamic URL button for tracking.
   * **Send Tracking Information to Customers**
     * Dispatch the CRM template message through the WhatsApp API, ensuring customers receive their order tracking URL.
   * **Collect Customer Feedback**
     * Implement a time delay of 10 days in the automation workflow.
     * After the delay, send another CRM template message to gather feedback on their purchase experience.

{% embed url="<https://www.youtube.com/watch?v=etUESojSx2E>" %}


---

# 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://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-tracking-link-to-customers-in-whatsapp-and-collect-feedback-for-shopify-orders.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.
