> For the complete documentation index, see [llms.txt](https://doc.uppush.io/uppush/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.uppush.io/uppush/popup-and-automation/push-automation/customer-winback.md).

# Customer winback&#x20;

The Customer Win-back allows you to automatically send notifications to subscribers who have been inactive for a period of time.

This journey syncs with your Shopify customer and order data to identify inactive customers based on their last order or activity.

The win-back notification is sent automatically when the defined inactivity condition is met.

## To enable customer win-back automation and bring customer back to your store:

1. Select 'Automation' on the Uppush Dashboard.

<figure><img src="/files/8gVW2Se6sfYucs5LiZkG" alt=""><figcaption></figcaption></figure>

1. Turn on the Customer winback using the Toggle&#x20;

<figure><img src="/files/MoQ5pq6UytczMUUXhSdZ" alt=""><figcaption></figcaption></figure>

3. Click on the "Customize" button to edit it further

<figure><img src="/files/yWKN9EGw0FTS5BiLuxPe" alt=""><figcaption></figcaption></figure>

4. You can have the report of the notification here. Then you could click "Edit" to edit the notification further

<figure><img src="/files/dCktAs61DOeNz5d73MEd" alt=""><figcaption></figcaption></figure>

5. Edit the notification as you like and our system will automatically save it for you

<figure><img src="/files/b9Oo1qBrQYKqtPPvCCuB" alt=""><figcaption></figcaption></figure>

6. You can view the email report here. Then, you can click “Customize” to further customize the email content.

<figure><img src="/files/nMMP57tcNrl2qV1CEM0G" alt=""><figcaption></figcaption></figure>

7. Edit the email as needed, and our system will automatically save your changes.

<figure><img src="/files/etqkSFZ08HLi8jXMZqTa" alt=""><figcaption></figcaption></figure>

Your Shipping notifications are set up!


---

# 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://doc.uppush.io/uppush/popup-and-automation/push-automation/customer-winback.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.
