Seems like a simple question but I haven’t been able to find an answer.
Is it possible to place dynamic content in an email? It’s certainly possible to place dynamic contact fields ala {contactfield=firstname} but can I place this code and get dynamic results?!? If so, is there any other code that needs to reside in the HTML like the pre-2.0 Mautic required?
Seems like a simple question but I haven’t been able to find an answer.
Is it possible to place dynamic content in an email? It’s certainly possible to place dynamic contact fields ala {contactfield=firstname} but can I place this code and get dynamic results?!? If so, is there any other code that needs to reside in the HTML like the pre-2.0 Mautic required?
<div data-slot-container="">
<div class="mautic-slot" data-slot-name="my-dynamic-content">
</div>
Thanks!