> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bouquet-inc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Coupon expiry notification

> Import the templates below and you can send a "your coupon expires in N days" reminder.

The setup below lets you remind customers before their coupons expire.

## What this gives you

You can tell customers subscribed to marketing email:

* Your coupon expires in N days

<Note>
  If you use Appify for a mobile app, you can send a push notification as well.
</Note>

## Shopify Flow

There are two flows: an expiry notification trigger and an expiry notification action. Turn both on to send reminders.

1. Expiry notification trigger
   1. Sets the premise that reminders go out at a given time each day.
2. Expiry notification action
   1. Sends the actual notification at the time set in step 1.

<Warning>
  A reminder is only sent for coupons that are shown on the account page.
</Warning>

## Templates (import and go)

### Business requirement

Seven days before a coupon expires, send an email at 10:00 through Shopify Messaging saying the coupon is about to expire.

### 1. Expiry notification trigger

<Card title="[Discount Deck] Coupon expiry notification trigger.flow" icon="download" href="https://cf.channel.io/document/spaces/12286/articles/844783/revisions/1631408/usermedia/6a59b40d178e72b17f5e">
  Download (1017 B)
</Card>

### 2. Expiry notification action

<Card title="[Discount Deck] Coupon expiry notification action.flow" icon="download" href="https://cf.channel.io/document/spaces/12286/articles/844783/revisions/1631408/usermedia/6a59b53dbba0c2957919">
  Download (1.1 KB)
</Card>

<Info>
  Please adjust the email body to suit your store.
</Info>

## Variables the app provides

If you send through an email service such as Klaviyo or Omnisend, pass these variables to that service as a Shopify Flow event and you can include live values in the email body.

* \{\{endsAt}}
  * The actual expiry date and time
  * Example: July 18, 2026 00:00
* \{\{daysBefore}}
  * The value set on the expiry notification trigger
  * Example: 30


## Related topics

- [Changelog](/en/apps/discount-deck/changelog.md)
- [Coupon issued notification](/en/apps/discount-deck/flows/coupon-issued-notification.md)
- [[Shopify Plus only] Showing the coupon list at checkout](/en/apps/discount-deck/setup/checkout-shopify-plus.md)
