> For the complete documentation index, see [llms.txt](https://help.realviewhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.realviewhub.com/settings/customize-email-template.md).

# Customize Email Template

## &#x20;<a href="#h_ad6d642899" id="h_ad6d642899"></a>

### Introduction <a href="#h_87ba3df888" id="h_87ba3df888"></a>

This guide outlines the process for customizing email templates within the Realview Hub application. By leveraging the intuitive email template designer, you can personalize all notifications sent to your customers, staff, and your business, ensuring they align with your brand identity.

### Prerequisites <a href="#h_e62d0933f3" id="h_e62d0933f3"></a>

* Access to the Realview Hub application.
* Appropriate user permissions to modify app settings.

### Steps <a href="#h_78eccda5d5" id="h_78eccda5d5"></a>

1. Navigate to Main App Settings: From the Realview Hub dashboard, locate and access the main application settings.
2. Access Email Templates: Within the settings, find and click on the "Email Template" tab.
3. Redesign Notifications: Utilize the email template designer to modify the appearance and content of any notification. This allows for comprehensive customization of every email sent.
4. Utilize Placeholders for Customization: Incorporate placeholders to dynamically populate email content. Each email type includes specific placeholders relevant to its nature. Examples include:
   * `Customer Name`
   * `Appointment Time`
   * `Appointment Date`
   * `Service Name`
   * `Property Address`

### Tips <a href="#h_3d6b2a5c2f" id="h_3d6b2a5c2f"></a>

* Pre-designed Templates: Realview Hub provides a selection of pre-designed email templates that you can use as a starting point or for immediate deployment.
* Branding: The email template designer is built to facilitate branding, allowing businesses to tailor emails to their specific brand identity.
* User-Friendly Designer: The email template designer is engineered for ease of use, enabling users without extensive development or design knowledge to create professional and stunning email templates.

### Conclusion <a href="#h_16e4fd4ca2" id="h_16e4fd4ca2"></a>

Customizing your email templates in Realview Hub allows for a professional and branded communication experience. By following these steps, you can effectively manage and personalize all outgoing email notifications.


---

# 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://help.realviewhub.com/settings/customize-email-template.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.
