Token language
My internal client is asking if we can do the following:
If we have {{lead.First Name}}, they want to output the salutation as Bonjour {{lead.First Name}}
If we DON'T have {{lead.First Name}}, they want to output the salutation as Cher client.
I'm unaware of a way to run logic for the output of tokens other than the default value, "Cher client".
Bonjour is posing an issue for me.
Any suggestions?