Home Forums Newsletter Plugin Support How to use custom tags?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #274968
    tperke
    Participant

    Hello,
    I am only a few days in and am desperately trying to find a way to use a custom tag in a newsletter that sends an individual URL for each recipient. I have imported this URL along with Name Email via a CSV file.
    Is this possible? And if so, how?

    #274984
    tperke
    Participant

    An addendum to my question for better understanding: This custom tag should be e.g. {customers_homepage_url} and should take an individual URL into the newsletter. I have previously assigned this custom URL to the subscriber

    #343666
    Spazmaster
    Participant

    Did you ever find an answer. Wanting to do the same for customers who met as specific events and use the tag {event_name}
    Was hoping someone had an answer but not seeing any

    #343690
    Stefano
    Keymaster

    Hi,
    if you import the subscribers and can set that value in a custom field (see Subscription/Custom fields), you can then add that content on a newsletter using the {profile_x} tag, where “x” will be the number of the custom field you want to insert.

    If you need to generated on the fly a custom content per subscriber, you need to use a filter to change the message. In this case, you can define whatever placeholder you want and then replace it. See more about those filters here:

    https://www.thenewsletterplugin.com/documentation/developers/dev-newsletter-hooks/#filter-newsletter-message

    Does that help?

    Stefano.

    #344493
    Laurent
    Participant

    Hello Stefano,

    I was considering renewing my licence if the system allow that.
    The filter system is very 90’s.
    We should be allowed to use custom placeholder just by setting it up in the custom fields.

    #344547
    Michael
    Keymaster

    Hello Laurent,

    using custom fields you can add any custom tag you’d like. Just set the custom field and then recall it using {profile_x}, where x is the number of the custom field. You don’t need filter to do this.

    Michael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.