Closed eusonlito closed 6 years ago
I believe Dynamic Content (IF etc) are based on the subscriber's custom fields. https://www.campaignmonitor.com/create/dynamic-content/#IF-Equals has some details.
@mjwills I also think that, but then, can I add some string value to priority? As
<h3>Importancia [priority]</h3>
<img class="u-mx-auto" alt="Indicador alerta alta" width="220" src="images/indicador_alerta_[priority].png">
(It's only an idea).
I'm sending email campaigns from RSS feed and I need to check the priority of each post to show into template.
I'm sending only one post on each mail.
My backend code is:
My template is:
But all code works fine except
priority
. Never show any value.How can I pass
priority
value to template?Thanks!