> For the complete documentation index, see [llms.txt](https://help.recart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.recart.com/sms/automated-flows-abandoned-cart.md).

# Automated Flows - Abandoned Cart

Learn how to re-engage subscribers who have left items in their cart before checkout

#### Table of Contents

* [What is an "Abandoned Cart"?](#what-is-ac)
* [Abandoned Cart Flow](#ac-flow)
* [How to activate the Abandoned Cart flow?](#how-to-activate)
  * [Delay](#delay)
  * [Conditions](#conditions)
  * [Text](#text)

***

### What is an “Abandoned Cart”?

An abandoned cart occurs when a potential customer adds a product to their cart but does not complete the purchase. The definition of "Abandoned Cart" only includes scenarios where the delivery details are not filled in, making it distinct from “Abandoned Checkout”.

![Untitled-2](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FvuD5TbvpQ9GI3kCXXtgo%2Fautomated-flows-abandoned-cart-1.png?alt=media)

### Abandoned Cart Flow

The abandoned cart flow is designed specifically to re-engage customers who have not finalized their purchase. Targeted messaging for these lower-funnel activities can be extremely effective. Suggestions for the types of messages may include a sense of urgency (the item may be out of stock soon), education or tips for the product, reviews, and/or further discounts to encourage the completion of the purchase.

### How to activate the Abandoned Cart flow?

1. Go to "Automated Flows" and click "SMS Abandonment"

![1a](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2Foec7saOKnMMulYbRGnV9%2Fautomated-flows-abandoned-cart-2.jpg?alt=media)

2. Click on "SMS Abandoned Cart"

![SMS A Cart](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FMfADih2lF80aeCmCNAYV%2Fautomated-flows-abandoned-cart-3.jpg?alt=media)

3. You will be redirected to the flow editor, where the default flow will open.

![SMS A Cart Flow](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FQdIptDUCrSiVBOwxPugw%2Fautomated-flows-abandoned-cart-4.jpg?alt=media)

#### Delay

The first item of the Abandoned flow is a delay. By default, all Abandonment messages are triggered 10-15 minutes after the actual abandonment. In addition, the default flow template delay is 1 hour. Please note then that the flow will be sent out approximately 75 minutes after the subscriber adds a product to the cart without purchasing anything and leaves the store. You can modify the delay in the template to any amount of time.

#### Conditions

The next item is a conditional split that assures the flow will be sent to those subscribers who

* Have an abandoned cart
* Have not placed an order in 30 days

We recommend you do not edit these conditions, so the Abandoned Cart flow will not interfere with your other Automated Flows.

#### Text

You can find a template in the editor. The text can be customized according to your liking. We recommend you add a discount code and a Cart URL link.

1. Click on the SMS message to open the editor. Here you can edit the text and attach a discount code (%).

![SMS A CART FLOW 1](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FIxSdrPwRGhLsVo6Bebvp%2Fautomated-flows-abandoned-cart-5.jpg?alt=media)

2. Click on the link icon to add a URL link. Select the "Cart Link" and connect it to the discount code. Click "Insert Link".

![SMS A CART 2](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FFHEa7t3F6QlzdL04vOrO%2Fautomated-flows-abandoned-cart-6.jpg?alt=media)

3. When you are done editing your Browse Abandonment flow click Save as Draft, Activate, or Update in the top right corner.

![SMS A CART 3](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FGYCVwzE9nPMUhSqLDNTB%2Fautomated-flows-abandoned-cart-7.jpg?alt=media)

Due to the way internet browsers operate, we can store your visitors' cookies for approximately 7 days from their last interaction with your site. An interaction includes any page load within the domain. This means that if visitors opt-in through our popup and return after a week, they may see the popup again. For our cart abandonment flows to continue working, they'll need to resubscribe, as these flows also rely on cookies. Rest assured, if they resubscribe, they won't be counted twice in our system.

If you have any questions, do not hesitate to [contact the Customer Support team.](https://help.recart.com/en/articles/360794-how-do-i-contact-recart-support)


---

# 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://help.recart.com/sms/automated-flows-abandoned-cart.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.
