I want the greeting in my email template to be "Dear {{lead.First Name}}". If there is no first name, I would like the greeting to be just "Hello".
How can I do this? If I provide a default to lead.First Name, it will be appended to "Dear", but I want "Dear" to not display if there is no lead.First Name.
Thank you!
Ann