# How To Send Recovery WhatsApp Messages For Abandoned Cart Orders In Woo Commerce?

#### <mark style="background-color:blue;">Install Plugin</mark>

1. Install the WooCommerce Cart Abandonment Recovery plugin.
2. Activate the plugin.
3. Go to WooCommerce Cart Abandonment Settings.
4. Ensure that there are no checkmarks under "Disable tracking for" options.
5. Tick all the options under "Exclude email sending for".
6. Scroll down and set up a webhook.

#### <mark style="background-color:blue;">Capture Data</mark>

1. In the automation builder, capture incoming webhook data.
2. Add a product to the cart and leave it.
3. Enter details and leave the checkout process.
4. Wait for data to be captured (usually takes 15-20 minutes).
5. Save the captured data.

### <mark style="background-color:blue;">Send Template Message</mark>&#x20;

1. Add a "Send Template Message" block.
2. Select the "Abandoned Cart Recovery" template.
3. Add a dynamic URL button with the product name and checkout URL.
4. Save and enable the workflow.
5. Customers will automatically receive a WhatsApp message with a link to their abandoned cart within 15-20 minutes.

{% embed url="<https://youtu.be/vD9f2KnTGO8?si=jGcqMoslpt_pG3DD>" %}


---

# 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/integrations/woocommerce/how-to-send-recovery-whatsapp-messages-for-abandoned-cart-orders-in-woo-commerce.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.
