Skip to content

Custom Fields inside URLs? ...inside Subject Line?

edited April 2013 in Questions

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?

  • http://example.com?foo=bar

Does Sendy support custom fields inside the subject line, such as "Special News for [Name]"?

Comments

  • Hi @dbarron,

    when Sendy is rewriting URLs, will it first resolve custom fields within those URLs?

    Yes. I've just did a test and this will work:

    <a href="http://[link,fallback=]?[params,fallback=]">Test link</a>

    An example of the custom fields values should look like this for each subscriber:

    link: example.com
    params: foo=bar

    Does Sendy support custom fields inside the subject line, such as "Special News for [Name]"?

    Yes it does.

    Thanks.

    Ben

This discussion has been closed.