Announcement

Collapse
No announcement yet.

Placeholder user.firstName in Mass E-Mail

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Placeholder user.firstName in Mass E-Mail

    Folks,

    We tried to use the placeholder
    Code:
    {User.firstName}
    in a mass e-mail campaign. However, this placeholder is not being filled (i.e., replaced with "").

    One guess would be that the user sending the mass e-mail is the system, not the logged user.

    That said, how can we still use the firstName of the user assigned to the mass e-mail campaign?

    NB: We've also tried to use
    Code:
    {Campaign.assignedUser}
    which didn't work either.

    Thanks for your help,

    Tobias

  • #2
    Hi Tobias,

    I think it's not implemented. User is not defined for Mass Emails.

    Comment


    • #3
      Are there plans to add this? Is there a list of variables that are not implemented in mass emails so we dont have to guess and test them all?

      Comment


      • #4
        and how about the user signature showing up on the bottom of mass emails?

        Comment


        • #5
          Originally posted by jpeters View Post
          Are there plans to add this? Is there a list of variables that are not implemented in mass emails so we dont have to guess and test them all?
          The only short codes which work in a mass email are

          Code:
          {optOutUrl} – URL for an unsubsbribe link};
          
          {optOutLink} – an unsubscribe link.

          Comment


          • #6
            Maybe it would be great to implement the same features from PDF Template on Email template....

            Comment

            Working...
            X