Placeholders for Empty Custom Fields
A
Ali Reyazat
I'm creating an email workflow, and in the subject I wanted to be able to do something like:
"How we can help {{ contact.company_name || Your Business}}"
If I have the contacts company name, then their name would be filled in. If it is an empty field/we don't have their name, it would default to a generic "Your Business".
This would allow for a lot more efficient ways of personalising communication, and would be a simple thing to add.
I tried adding a default value of {{ contact.company_name }}, but as this as GHL's own field, I am unable to edit it.
Log In
M
Mariah | FG Funnels Support Team
Would you please add in support for conditional logic (like {{contact.first_name || "there"}}) directly in merge fields to set a default value if the first name field is empty.
S
Sonny
D
Dominique Lacerte
Would be useful to allow a number of fields and choose the first one with a value and the last one can be the "default" if nothing else is provided. Ex:
Hey {{contact.firstname || contact.lastname || You}}, what's up?