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