Add Personalization Variables + Liquid Templating (fallbacks/conditionals) in Email Editor
I’d like to use personalization variables like {{ firstName }} in subject and email content.
Additionally, I need simple Liquid-style logic for fallbacks and conditionals, e.g. using a default value when firstName is missing.
It would be great to have a Personalization button in the visual editor to insert available variables instead of typing them manually.
Variables should also work for custom fields, including the same fallback / conditional logic.
Example
Hi {{ firstName | default: "there" }}Silvestro from Affonso.io
2 weeks ago0