How to format my Alert message in Fusion Manager?

You can use HTML code to format your alert message rather than having it display in one long line.

There are multiple HTML code websites you can use. For this example, I used this website.

Here are some codes to get you started:

  • <h1> and </h1> = Heading
  • <b> and </b> = Bold

  • <p> and </p> = New paragraph

  • <li> and </li> = Dot points

  • <br> = Break


Here is an example of a coded Alert message:

<p>Hi Maintenance Team,<p> 

<p>Please review all maintenance downtimes over the last week in the below report: <p>

<b>Reason Report:</b>

  <li>Insert link to report </li>


Once I have formatted my message, I can copy the code from the website and paste it into the Alert Message within Fusion Manager. 

Finally, this is what it will look like in the email message.