Contents
Overview
The Record ID and Name fields automatically include hyperlinks to their associated Salesforce records. You can also hyperlink additional information using HTML.
Steps to Add Custom Hyperlinks
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.