> For the complete documentation index, see [llms.txt](https://docs.nuvens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvens.cloud/admin/resources-section/email-templates.md).

# Email Templates

**Email templates** enable custom communication between the WorkSpaces Manager appliance and users or administrators via email. You can use various dynamic variables to compose personalized messages.

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

There are currently a total of 6 templates:

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

1. Amazon WorkSpace Termination Scheduled
2. Amazon Temporary WorkSpace Termination Scheduled
3. Amazon WorkSpace Password Expires Soon
4. Amazon WorkSpace Reboot Scheduled
5. Unused WorkSpace Reminder
6. Amazon WorkSpace New WorkSpace Created

The **Email Reminders** section allows administrators to configure automated reminder emails for unused WorkSpaces. These reminders help manage inactive resources and prompt users to take action before clean-up or deprovisioning.

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

You can create and customize multiple reminders by specifying:

* The number of days a WorkSpace has been unused before the reminder is triggered (e.g. 30, 60, 90 days).
* The content and subject of each email reminder, giving you full control over the messaging at each stage (e.g. first notice, follow-up, final warning).

{% hint style="warning" %}
**Email Reminders must be enabled** under **Configuration > Settings > Email** for reminder emails to be sent.
{% endhint %}


---

# 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.nuvens.cloud/admin/resources-section/email-templates.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.
