# Email Templates

The **Email Template** section lists the templates used for notifications.

By default, this template is released:

* **Data Watcher sample**: this template is used in emails sent to users when configured DATA WATCHER events occur. Different templates can exist and are applied to each specific event. Detailed information about the feature and its management can be found in the [Notification Channel](/data-mover-1.21/notification-channels/configure-the-default-email-notification-channel.md) section.

{% hint style="danger" %}
**Do not delete this template!**\
Deleting them will compromise the Data Watcher notification feature.
{% endhint %}

If you need to edit the **Data Watcher sample** – for example to translate it into a language different from English – follow these steps:

1. Click the DWDefaultEmailNotificationSample.html link to download the template.
2. Open the template using an HTML editor tool and edit it according to your needs. You can change the logo and the body of the email.
3. Back in Data One, click the pencil icon to edit the template.
4. In the **Edit Email Template** window, you can edit the **Name** (this is the name of the template appearing in the lists of results) and the **Subject** (this is the Subject of the email that users will receive).
5. Click the **UPLOAD** button to load the edited template browsing your local disk.

{% hint style="warning" %}
DWDefaultEmailNotificationSample.html is the name of the template and **must not be modified.**
{% endhint %}

6. By default, the template will be available to all Actors, but you can select a single Actor in the drop-down list at the bottom of the window.
7. Click the **SAVE** button to confirm. The template will be listed in the **Search and Select a Template** window.
8. Press **SAVE** to add the template to the list of templates.
9. Finalize the configuration as detailed in the [Configure the default Email Notification Channel](/data-mover-1.21/notification-channels/configure-the-default-email-notification-channel.md) section.

To upload a new template, follow these steps:

1. Go to **Setup → Email Template** and click the **Upload Template** button.
2. In the **New Email Template** window, fill in these fields:\
   a. **Name**: assign a name to your new template. The name will appear in the lists of template results.\
   b. **Subject**: enter the Subject that will appear in the email that users will receive.\
   c. **UPLOAD**: browse your File System and select the template to upload.\
   d. **Select Actor**: by default, all Actors will view the template. If you want a specific Actor to see the template, click the SELECT ACTOR button and pick the Actor.
3. Press **SAVE** to upload the template.

To delete a template, click the three-dot icon and select the **Delete** option.

Remember that the out-of-the-box templates must not be deleted!


---

# 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.primeur.com/data-mover-1.21/notification-channels/manage-templates/email-templates.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.
