Custom Fields inside URLs? ...inside Subject Line?
when Sendy is rewriting URLs, will it first resolve custom fields within those URLs? For example, given two custom fields, such as [link] and [params], with values such as "http://example.com" and "foo=bar", should the following be expected to work?
<href a="[link,fallback=...]?[params,fallback=...]">link</a>
That is, should we expect the rewritten Sendy URL to redirect to the following?
Does Sendy support custom fields inside the subject line, such as "Special News for [Name]"?
This discussion has been closed.
Comments
Hi @dbarron,
Yes. I've just did a test and this will work:
An example of the custom fields values should look like this for each subscriber:
link:
example.com
params:
foo=bar
Yes it does.
Thanks.
Ben