InformationTitleFAQ - How to Format Email Notifications using HTMLURL NameFAQHowtoFormatEmailNotificationsusingHTML6901c8e406ddaStep-by-StepOverview 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.