> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/commerce-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/commerce-api/admin-apis/subscription-management/subscription-notifications/sending-a-subscription-renewal-reminder-notification.md).

# Sending a subscription renewal reminder notification

This notification triggers when it's time to send a shopper an automatic, manual, or trial automatic, or trial manual renewal reminder for a subscription. The renewal reminder email will:

* Tell the shopper their subscription is about to expire.
* Instruct the shopper on how to renew their subscription. If the subscription uses automatic renewal, the renewal reminder email will tell the shopper when their renewal will take place.
* List the renewal price (not including tax and shipping, if applicable), and all renewals will respect the pricing quoted to the shopper.
* Contain other information about the renewal order as customized for your site.

The settings defined in the product determine when or how often the system sends the shopper a renewal reminder email.

{% hint style="success" %}
Set up all your subscription products to send reminder emails to ensure that the system charges the shopper the price listed in the reminder emails. See [Notifications](https://help.digitalriver.com/help/gc/Products/All-Products/Configuring-the-product-settings.htm?Highlight=Product%20Settings#Notifications) for more information.
{% endhint %}

Once the shopper renews the subscription, the system sends the shopper another email that contains the details of their renewal order. Assuming you configured your store to send that email.

See [Setting up subscription renewal reminders](/commerce-api/admin-apis/subscription-management/subscription-notifications/setting-up-subscription-renewal-reminders.md) for instructions on configuring a subscription renewal reminder email.

## Notification triggers

* `SubscriptionNotificationTask`
* `RenewalReminderNotificationTask`
* `AutoRenewalReminderNotificationTask`
* `TrialReminderNotificationTask`
* `ManualRenewalReminderNotificationTask`
* `TrialManaulRenewalReminderNotificationTask`


---

# 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://docs.digitalriver.com/commerce-api/admin-apis/subscription-management/subscription-notifications/sending-a-subscription-renewal-reminder-notification.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.
