I have a workflow that is sending an email at the end. The email is partially built using different tokens. The tokens are filled with values depending on the data received by the workflow. One of those tokens that needs to show in the email contains a link to an external resource. Basically, if the user checks this box on the form then the workflow needs to include this link in the resulting email.
I've built a token that looks similar to this...
When I include that in the email as a token, it displays exactly like it does above. I've tried tagging the token as a URI, but it didn't make a difference.
I've run into the similar issue with trying to use a mailto link in a token.
Is there a way to have a token include html in an email properly?