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 HEREwith the desired hyperlink URL.Replace
TEXT HEREwith 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.