> For the complete documentation index, see [llms.txt](https://helpdocumentation.gitbook.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-whatsapp-message-to-customer-when-new-order-is-received-in-shopify.md).

# How to Send WhatsApp Message To Customer when New Order is Received in Shopify ?

To receive Shopify order notifications on WhatsApp, follow these steps:

1. **Create a Webhook in Automation Builder**
   * Go to Automation Builder and create a new webhook.
   * Choose a custom webhook trigger and give it a title.
2. **Add webhook in shopify**

* Go to **setting>Notifications**, scroll down, and click on **create webhook.**
* Set the event to **"Order Creation",** the format to **"JSON"**, and the url to **webhook url.**
* Select appropriate API Version and save the webhook.

3. **Capture Incoming Webhook Data**
   * In Automation Builder, click on "Capture Incoming Webhook" and then place an order from Shopify.
   * The data received from Shopify will be displayed in Automation Builder.
4. **Send whatsapp notification**

* Open your Automation Builder and add a CRM block to your workflow.
* Within the CRM block, choose the "Send Template Message" option.
* Select the template you wish to use for the order notification.
* Enter the recipient's WhatsApp number and define the body of the message by using the variables captured from the Shopify order data.
* Save your changes and make sure the workflow is enabled.

This setup will ensure that whenever a new order is placed on Shopify, a notification will be sent directly to the provided WhatsApp number, keeping you updated in real-time.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-whatsapp-message-to-customer-when-new-order-is-received-in-shopify.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
