> For the complete documentation index, see [llms.txt](https://help.ourarea.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ourarea.in/owa/integrations/shopify/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 ?

1. In Shopify, go to **Settings > Notifications**, scroll down, and click on **Create Webhook**.
2. Set the event to **Order Creation**, the format to **JSON**, and the URL to the webhook URL.
3. Select the appropriate API version and save the webhook.
4. In Automation Builder, click on **Capture Incoming Webhook** and place an order from Shopify.
5. The data received from Shopify will be displayed in Automation Builder.
6. To send a WhatsApp notification, add a **CRM block** and select **Send Template Message**.
7. Choose the channel, select a template, and enter the WhatsApp number and body variables.
8. Save and enable the workflow to receive order notifications on WhatsApp.

{% embed url="<https://youtu.be/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:

```
GET https://help.ourarea.in/owa/integrations/shopify/how-to-send-whatsapp-message-to-customer-when-new-order-is-received-in-shopify.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.
