Folks,
We tried to use the placeholder
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
which didn't work either.
Thanks for your help,
Tobias
We tried to use the placeholder
Code:
{User.firstName}
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}
Thanks for your help,
Tobias
Comment