Change HTML email template | Community
Skip to main content

Change HTML email template

  • April 24, 2023
  • 2 replies
  • 0 views

How do I change the HTML template, specifically the footer, depending on the language spoken by the end user?

Can this be done somehow with dynamic content?

2 replies

Dan12
  • April 24, 2023

Yep! 

You can have HTML templates stored in Dynamic Content(and if you like recursion, you can store DC within DC) and then have your trigger send out the email with a dynamic content placeholder.

In this case, just construct localized footer and replace your outbound template's footer to use the dynamic content placeholder.  


  • Author
  • April 25, 2023

@dan12

Do you have some tips how to do this?