Hello,
I'm looking to include a link to the page of a node that is in error in the email that is sent to my support team, my hope is that support reps can just click on the link and then be sent right to that page. I found a way to get the link in my email by including the following: ${Node.NodesDetailsURL} that generates the link but the problem I'm having is that it creates a link that uses http:\\ I'm using https:\\ for my SAM server. Is there a way to modify that so that it uses https rather than http?