SOLVED

Token hyperlinks with API?

Go to solution
Anonymous
Not applicable

Token hyperlinks with API?

I want to know if I am able to pass a custom link through the API, and use it as a token for individual recipients. I know you can use a url as a token type, but the individual links are long and unsightly. Is there a way to make the token a hyperlink? So instead of a long url, recipients would see "View Plan Features Page Here" instead?

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Token hyperlinks with API?

Same way you'd do this in an email that's sent via batch or trigger.

Put the token in the href of a link: <a href="http​s://{{my.destinationURL}}">View Plan Features Page Here</a>.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Token hyperlinks with API?

Same way you'd do this in an email that's sent via batch or trigger.

Put the token in the href of a link: <a href="http​s://{{my.destinationURL}}">View Plan Features Page Here</a>.