FAQ - How to Format Email Notifications using HTML

Have more questions? Submit a request

Overview

Within a Send Notification Node you are able to format in the email message using standard HTML.

To create Bold text use the following HTML syntax:

<b> TEXT HERE </b>

To create italicized text use the following HTML syntax:

<i> TEXT HERE </i>

To create a custom hyperlink, use the following HTML syntax:

<a href="URL HERE">TEXT HERE</a>
  • Replace URL HERE with the desired hyperlink URL.

  • Replace TEXT HERE with the text you want to display as the link.

 

Example

 

For more information on working with the send notification node, please see our Send Notification Node Guide.

 

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share