Dynamic content
Hello folks, we have an email that needs to be dynamic. We are hoping that one section of the email copy will vary depending on the industry field of the prospect. For example, if Jane Doe is in sales she will receive different body text vs John Smith who is marketing.
I did go through a couple of other posts with regards to this but could not take it to the finish line. I have already created a segment in Marketo and struggling to add it in the email as I build emails using custom HTML & CSS.
I am more used to the following approach while using other marketing automation platforms but unsure if Marketo would support something like the following:
if industry_vertical=="sales"
serve this block of content
else if industry_vertical=="marketing"
serve this block of content
else
serve this block of content(default)
endif
Any advice would be greatly appreciated. Thanks