Dt_email_template
Email Functionality Data Type
The Dt_email_template is used to store structured email templates with customizable elements such as buttons, images, links, and text content. This allows for dynamic email generation with escaped HTML fields for security and formatting control.
Data Fields:
backgroundColor (text) – Defines the background color of the email template.
button_escaped (text) – Stores the escaped version of the button HTML content.
button_html (text) – The raw HTML content for the email’s call-to-action button.
eachLink_escaped (text) – Contains the escaped version of individual link elements.
eachLink_html (text) – Stores the raw HTML content for each link.
h2_escaped (text) – The escaped version of the secondary heading (H2) in the email.
html_escaped (text) – The escaped version of the entire email's HTML content.
image_escaped (text) – Stores the escaped version of image references used in the email.
image_html (text) – The raw HTML content for images within the email template.
links_escaped (text) – Contains the escaped version of all hyperlink elements.
links_html (text) – The raw HTML content for all links included in the template.
Name (text) – The name or identifier for the email template.
secondaryContent_escaped (text) – The escaped version of secondary text content.
secondaryContent_html (text) – The raw HTML content for secondary text sections.
Last updated