Allow use of variables in email template URLs

Sebastian Kerekes
Sebastian Kerekes Member Posts: 1

We are creating test/demo instances for our customers. Each instance has its unique URL.

Trying to create an email template that dynamically sets the prospect's URL, I tried to insert a link, but variables are not available in hyperlinks though.

Instead, I created a text like "https://<instance name>.mydomain.com" - turns out that the email that is later sent splits up the link in two portions: one is "https://instance-name" the other is "mydomain.com".

It appears that the solutions would be to:

  1. provide the option to use variables in links
  2. change how URLs are generated from templates, so the effective URL in the example above would end up saying https://instance-name.mydomain.com

From a product perspective, (1) seems like the more obvious approach, also, when implementing (1) it appears that (2) needs to be solved anyways (as URLs might contain variables then after all).

1
1 votes

· Last Updated -