I wanted to make a general-purpose Lead PDF Template that would have my letter-head and dynamic content. Instead of making a template for each campaign, I added a cMailMergeMessage entity under Campaign, and then inserted {{{campaign.cMailMergeMessage}}} into the template.
Caveats:
Caveats:
- Image-Markdown does not work (such as ![QR Code](./images/qrcode.png) ), so instead, I first uploaded image into the Template-editor, then copy-pasted the resulting html into the entity field.
Code:
<img style="width: 122px; height: 122px;" src="?entryPoint=attachment&id=66c4f0a85550bca21">
- Make sure the triple-{{{ the placeholder. If you only use two {{, the inserted text will contain <br>
Comment