Placeholder user.firstName in Mass E-Mail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tobias
    Senior Member
    • May 2016
    • 229

    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
  • yuri
    Member
    • Mar 2014
    • 8552

    #2
    Hi Tobias,

    I think it's not implemented. User is not defined for Mass Emails.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • jpeters
      Junior Member
      • Oct 2016
      • 3

      #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

      • jpeters
        Junior Member
        • Oct 2016
        • 3

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

        Comment

        • alasdaircr
          Active Community Member
          • Aug 2014
          • 525

          #5
          Originally posted by jpeters
          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

          • rodrigocoelho
            Active Community Member
            • Jun 2016
            • 296

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

            Comment

            Working...