I want an email to begin like this:
Hello John,
If I don't have the lead name, I want it to begin like this:
Hello,
I tried using the following merge tag, which includes a space at the beginning of the name, so if the name doesn't exist, I don't get a space between "Hello" and the comma:
Hello{{ lead.First Name}},
But I get the following error:
mktLogicException: {{ lead.First Name}}: Token is not a valid token format
It doesn't seem possible to make spaces part of the token. Why not?