Skip to main content
All CollectionsTechnical Setup Useful Tips
Format content in email notifications using HTML
Format content in email notifications using HTML
Updated over a month ago

Booxi allows you to customize content included in email notifications such as:

This can be done by adding HTML code (including images and links) into your content. If you are not familiar with HTML, we strongly recommend using the <pre> tag.

  • Adding a <pre> tag at the beginning of the text and a </pre> at the end of it will delimit the text that is meant to be reformatted by HTML.

  • You can apply various customizations to your content.

Consider this example:

Don't forget to bring the following equipment:

<pre style="font-family: Roboto; font-size: 18px; color: blue;">
- Sandals
- Towels
- Bathing suit
</pre>

Please arrive at least 30 minutes before the scheduled appointment time.

In the above example above, I applied the following customizations:

  • font-family: Roboto

  • font-size: 18px

  • color: blue

The result (appointment confirmation email), looks like this:

Did this answer your question?