> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/journeys/journeys/quickstarts/build-a-journey-to-thank-customers-post-purchase.md).

# Build a Journey to thank customers post-purchase

A post-purchase journey is a great way to thank your customers after they’ve completed an order and encourage repeat purchases with a follow-up offer.

### What you will learn

* Connect your Shopify store to trigger messages after purchase
* Set up channel conditions for SMS and WhatsApp subscribers
* Create and customize message templates for each channel
* Configure and publish your automated customer journey

### Before you start

Make sure:

* You’ve already created the SMS and WhatsApp message templates you want to send.
* Your Shopify connector is installed.
* Both WhatsApp and SMS channels are installed and ready.

### Step by step guide

#### 1. Create a new journey

* Go to **Marketing** > **Journeys** in the left navigation.
* Click **Create journey** in the top right corner.
* In the Journey gallery, select the Post-purchase Thank You template for multi-channel (SMS and WhatsApp).

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

#### 2. Review requirements

* A checklist will confirm if all necessary integrations (e.g., Shopify, WhatsApp, SMS) are installed.
* If everything is set up correctly, proceed to **Use journey**.

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

#### 3. Set up the trigger (Shopify connector)

* In the trigger step, select the event that will start the journey: choose **Order Confirmed** from the Shopify event dropdown.
* Select your connector instance (useful if you manage multiple stores).
* Click **Save**.

<div align="left"><figure><img src="/files/ej6EpeK41v4EAQHMOoS6" alt=""><figcaption></figcaption></figure></div>

#### 4. Configure the condition step

* This step checks whether the contact is subscribed to WhatsApp or SMS.
* The condition includes:
  * Verifying the contact has a phone number.
  * Confirming they’ve opted in to either WhatsApp or SMS.
* There are two branches:
  * One for WhatsApp-subscribed users.
  * One for SMS-subscribed users.
* Click **Save**.

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

#### 5. Add a WhatsApp message

* In the WhatsApp branch:
  * Click on the **Send a message** step.
  * Select your WhatsApp channel.
  * Choose your thank you template from the template library.
  * For example: a message thanking them for their order and offering a shipping discount on their next one.
  * Click Select Template, review it, and click **Save**.

#### 6. Add an SMS message

* In the SMS branch:
  * Click on the **Send a message** step.
  * Select your SMS channel.
  * Choose your SMS thank you message from the library (with similar content as the WhatsApp version).
  * Review, customize if needed, and click **Save**.

#### 7. End the journey

* Click the **End Journey** step at the end of both branches.
* Optionally, you can name this step (e.g., “Success”).
* Click **Save**.

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

#### 8. Publish the journey

* Click **Publish** in the top right corner.
* Enter a version name and an optional description to track this version of the journey.
* Click **Save** to confirm and go live.

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

Your post-purchase thank you journey is now live and ready to engage customers with timely messages on the right channels.


---

# 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://docs.bird.com/applications/journeys/journeys/quickstarts/build-a-journey-to-thank-customers-post-purchase.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.
