Email HTML bespoke code Error
Hi Team,
Hope you're having a good week so far.
Actually, just a quick question on the bespoke code that we have added in our email HTML so that we can send an alert to our contact center regarding the comms that are going out.
Surprisingly, the code works really well in one of the workspaces whereas the code is almost similar, as we have just tweaked the variable to read the value from a different field in a different workspace and the rest is the same and is not rendering in a different workspace in Marketo:
- Code that is working fine in the Default workspace:
<emailIndexData><planCode>HC</planCode>
<planMemberId>{{lead.Member number:default=edit me}}</planMemberId>
<customerReference></customerReference>
<sendingApplication>*MARKETO</sendingApplication>
<emailCode>HPMKEM</emailCode>
<recipient>{{lead.Email Address:default=edit me}}</recipient>
<VOW>N</VOW>
</emailIndexData>
- Code that is almost the same but NOT working in our different workspace:
<emailIndexData><planCode>HC</planCode>
<planMemberId>{{lead.Member Number - IP Warm UP:default=edit me}}</planMemberId>
<customerReference></customerReference>
<sendingApplication>*MARKETO</sendingApplication>
<emailCode>HPMKEM</emailCode>
<recipient>{{lead.Email Address:default=edit me}}</recipient>
<VOW>N</VOW>
</emailIndexData>
I can assure you that the token value is populating in the field lead. Member Number -IP Warm Up and even if I remove this field still the script is not working properly in that particular workspace in previewing.
Maybe it is very bespoke to our world and apologies in advance if it is not a suitable question.
Any help would be appreciated.
Kind Regards,
Vidhi