InformationTitleFAQ: How to Add a Custom Hyperlink to your FlowBuilder NotificationsURL NameFAQHowtoAddaCustomHyperlinktoyourFlowBuilderNotifications6901c8f86da18Step-by-StepContents OverviewSteps to add a custom hyperlinkExample 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 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.