Click here link

I have searched the community and cannot find how to create a click here snippet.

I have different links that I need to send my customers and the link is always different. I have a generic snippet that has a here is your blah blah blah.

Click here to view or approve your quote <---- I need this to stay the same but make this a hyperlink with a unique url that gets generated every time.

Then my ending message. I have tried everything. I do not want to see the url in the snippet just the hyperlink. .

Thanks.

Hi @Tara_Pacanins,
Would something like this work?

{note}Unique link: {formtext: name=link; default=https://link.com}
{endnote}Hello there,
has a here is your blah blah blah.

Click {link:{=link}}here to view or approve your quote{endlink}

Your ending message,