> For the complete documentation index, see [llms.txt](https://docs.auctionplusapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auctionplusapp.com/integrations/set-up-payment-sms-notifications-in-klaviyo.md).

# Set Up Payment SMS Notifications in Klaviyo

Use an SMS flow when you want Klaviyo to send a payment reminder after an **Auction Won** event.

Before you start:

* Connect the [Klaviyo Integration](/integrations/klaviyo.md).
* Complete [Klaviyo's SMS setup](/integrations/set-up-sms-in-klaviyo.md) before building flows.
* Enable [bidder registration](/customers-and-bidders/bidder-registration-and-approval.md) to collect customer phone numbers.

{% hint style="info" %}
To activate bidder registration, visit the **Settings > Auction** page and scroll to the **Registration & Verification** section. Select **Auction Participants > All registered customers** and check the **SMS marketing consent** field under **Registration fields**.
{% endhint %}

**Syncing the Auction Won event to Klaviyo**

For events to appear in Klaviyo, they must first occur in Auction Plus. If no customer has won an auction since you first connected your Klaviyo account, create a test auction, place a bid, then end the listing. This sends the **Auction Won** event to Klaviyo so you can use it in a flow.

> Note: This step can be skipped if an auction listing has already been won since you first connected Klaviyo.

***

## Create the flow

1. Open **Flows** in Klaviyo.
2. Click **Create flow >** **Build your own**.
3. Select **Your Metrics**.\
   ![](/files/fs5ru2GexqQhHDbH1ZmI)
4. Choose **Auction Plus > Auction Won**.
5. Set the re-entry criteria to **Allow re-entry after a time period** for at least 1 hour. This helps avoid sending too many SMS messages when a customer wins multiple items at once.\
   ![](/files/8Tfhz4X99bXnfmTihSd8)
6. Click **Save**.
7. Click **Confirm and Save** if Klaviyo shows a confirmation modal.

***

## Add the text message action

1. Drag and drop **Text message** from the left sidebar to the trigger on the canvas.
2. The text message details will appears on the left\
   ![](/files/pz0CPow3DuuC6oLWeeAm)
3. Leave **Enable Text message quiet hours** turned on.

***

## Set your message

Click **Edit** in the content section. Then paste this message:

```
  You won {{ event.product.title|default:'' }} for {{ event.winner.amount.display|default:'' }}! Complete your payment {{ event.payment_url|default:'' }}                                                  
```

You can click **Preview & test** to preview and send a test message with sample data. Click **Next** when you are ready to continue.

***

## Review and turn on the flow

1. Review quiet hours and any flow filters you have added.
2. Apply your changes by clicking **Review and turn on.**
3. Follow the steps to activate your flow.

If you need help with advanced flow behavior, contact Klaviyo support for additional assistance.

{% hint style="info" %}
Use the [Klaviyo Event Reference](/integrations/klaviyo-events.md) if you want to inspect the event fields available in this flow.
{% endhint %}
