Help with links and forms

I’m creating email templates for our stores nationwide, and in some cases, I need to include links to specific store websites. For example, the phrase:

"To visit the store website, please click here."

The hyperlink will remain on "click here," but the URL will change for each email. Is there a way to create a snippet that allows me to easily update the URL directly from the platform?

Hi @Jaime_Garcia Welcome to the forum! :slight_smile:

Please try out the {link} command:

Here's an example snippet:

Product ID: {formtext: name=id; default=123}

You can view the product here: {link: https://example.com/product/{=id}/view }Product{endlink}