Hello all,
I’d like to create an email template, where some of the text in the template differs depending on a field value in the deal itself. For instance I don’t want to add a headline for additional notes, if the additional notes field in the deal is empty.
[ if $notes ]
Additional notes with regards to this deal: [$notes]
[endif]