We are creating an email that will be full of dynamic content utilizing multiple segments. For this email, we would like for the default status to essentially hide the module completely. At this time, we can clear the content from the module, but not from the module itself.
Has anyone experienced anything similar to this or does anyone have a solution for how to resolve this?
There are about 10-15 segments in total that will be incorporated in this email with the dynamic content. The reason we couldn't use a snippet for this is because we would essentially have the email laid out in the following format laid out below.
There are three core sections of the email that would follow the criteria below.
- If person falls under criteria for Product A based on Segment, show SECTION A
Within each core section, there are additional sub-sections that would be accounted for dynamically. For instance:
PRODUCT A
- One column block for sub-section 1
- Two column block for sub-section 2
- One column block for sub-section 3
If we were to implement velocity scripts for these items, it looks like we would have to create the different layouts for each section to account for inserting each of the velocity scripts.
If we were to implement velocity scripts for these items, it looks like we would have to create the different layouts for each section to account for inserting each of the velocity scripts.
You mean if you were going to emit all the HTML from Velocity? Yes, that would require a... let's say, recontemplation of the email structure.
But just emitting the comments from Velocity doesn't require you to change anything.
Velocity has access to all the lead's segment memberships. So it can conditionally output the comment wrappers, which in turn remove the content.