# Expiring Notifications

## Overview

Use **Expiring Notifications** to define how many days in advance Open Loyalty should send expiration-related notifications. These settings apply to units, reward coupons, and tier recalculation.

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

***

### Available settings

You can configure three lead times:

* **Days before expiring units** – When members should be notified before units expire
* **Days before expiring coupons** – When members should be notified before reward coupons expire
* **Days before tier recalculation** – When members should be notified before tier recalculation

***

### Configure notification timing

1. Open **Webhooks**
2. Click **Expiring Notifications**
3. Enter the number of days for each notification type
4. Click **Save Settings**

***

### Related webhook events

These settings affect the timing of the following events:

* `PointsWillExpire`
* `CouponWillExpire`
* `LevelWillExpire`

See also: [What Triggers a Webhook](/main-features/webhooks/what-triggers-a-webhook.md).

{% hint style="info" %}
Choose a lead time that gives members enough time to react. Common choices are 7, 14, or 30 days, depending on your program rules.
{% endhint %}


---

# Agent Instructions: 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://help.openloyalty.io/main-features/webhooks/expiring-notifications.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.
