> 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-recover-abandoned-carts-in-shopify-by-sending-whatsapp-follow-up-message.md).

# How to Recover Abandoned Carts In Shopify By Sending WhatsApp Follow up Message ?

1. Navigate to **Settings > Apps and Sales Channels > Develop Apps**. Click on **Create App**.
2. Fill in the **app name**. Under admin API Scopes, search for **ABA,** within orders, select **read orders**, and then click **save**.
3. **Install** the app and **reveal the token**.
4. Proceed to **Automation Builder** and add a trigger by searching for **Shopify > Shopify Abandoned Cart > Abandoned Cart Create New**.
5. **Authenticate** by providing a label, your **Shopify domain**, and the **access token**.
6. **Generate a hook**, save the sample data, and proceed to attach a template.
7. **Create a template** with your custom message and the checkout URL included.
8. Add a **CRM Send Template Message** block. Here, select the desired channel, the template you've created, and use the WhatsApp number from the shipping address.
9. Utilize the **parse function** to format the phone number appropriately and select the **checkout URL** from the abandoned checkout URL options.
10. **Save** your workflow and **enable** it to start recovering abandoned carts automatically on Shopify.

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


---

# 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-recover-abandoned-carts-in-shopify-by-sending-whatsapp-follow-up-message.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.
