# Automated subscription renewal notice

We have another article on how to send single mass emails, which you can [access here](https://docs.runmags.com/subscription-sales/automating-subscription-sales/mass-emailing-subscribers).

This article is about how to set up an automated renewal email to go out to subscribers towards the end of their subscription to convince them to renew.

### Creating a new selection <a href="#creating-a-new-selection" id="creating-a-new-selection"></a>

To create a new selection, click the lower new button.\
Use the filtering tools to select what criteria that should be met in order for a subscription/subscriber to be included. In the example below we've selected the publication and that only those with less than three issues left should be included.

We've also set a criteria that no reminders should have been sent out people to be added to this list. The reason for this is that we're designing a workflow to drive people to renew, but we want our communication to be relevant and targeted.

In the example above the careful reader will see that not a single subscription/subscriber meet the criteria defined. That's ok, because the demo database only contains fairly new subscriptions and as time passes they will age and at some point hit the criteria defined here.

**Designing the message**

In the subscription mass email tab, click the lower new button to begin designing your message.

In this example, we're sending from a generic Nifty Magazine account and we're scheduling to do it on a weekly basis. This means that once per week, an automated task is created to send this email to anyone that meet the criteria of the "Less than 3 issues left" selection. Remember that as time goes, more people will meet the criteria defined.

Note that the message contains a place holder called { SubscriptionRenewalLink }. Once the email is processed, that link will be replaced by a "click here" link that takes the subscriber to a subscriber portal specifically designed to drive renewals.

Check out [this article](https://docs.runmags.com/subscription-sales/automating-subscription-sales/managing-subscriber-portals) on how to design subscription portals.


---

# 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://user-help.runmags.com/subscription-sales/automating-subscription-sales/automated-subscription-renewal-notice.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.
