Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Any developments for an MSD synch dashboard?
Hi,I am trying to familiarise myself with the new email builder.1. The conditional content button is missing. This is crucial for multi lingual countries. And also for address footers if there are mulltiple countries, etc.. How do I enable it?2. Can you tell me more how to insert editable fields?
Is there a way to enforce branding (fonts, logo and colors)?The dynamic content by attribute is great, but will the dynamic content by segment still work?How can I see if our instance has been migrated already to IMS?
Thanks Jo, I use indeed Flowboost for exact this issue (and more).
ok, thanks for your reply. That is a pity as I would rather not use a webhook service when such a powerful tool as Velocity is available.
Hi all,I have a script token {{my.getdomain}} that splits an email address and retrieves the domain name in a variable:#set( $em = ${lead.Email} )#set( $dom = $em.split("@") )$!{dom[1]} However, with the 'add data value' flow step it adds into the field (string) webdomain:{"codeBlock":"#set( $em = $...
I see that this came up a couple of times already. For companies (like ours) that work in different languages and make dynamic emails, we need dynamic preheaders. I cannot sell to my marketeers the fact that I cannot add a preheader because Marketo is not supporting it in dynamic mails.
You can also create a Program member field 'subjectline', if you are allowed to do that. In the flow add the contact in step 1 as program member, then add the step 'change program member data' for the attribute subject line. And as data the subject line. In your email add the token in the subject fi...