Dt_email
Email Functionality Data Type
The Dt_email data type is designed to store email templates with customizable design elements, including headers, footers, colors, and fonts. It allows dynamic content customization using placeholders (vars) and supports links through a related data type (Dt_Email_Footer_Links). This structure helps create well-formatted, reusable email templates.
Data Fields:
body (text) – The main content of the email.
bodySecondary (text) – An optional secondary content section.
buttonLink (text) – The URL for the primary call-to-action button.
ButtonText (text) – The text displayed on the call-to-action button.
color (text) – Defines the primary color used in the email template.
font-family (text) – Specifies the font style for the email content.
footer-text (text) – The text content displayed in the email footer.
header (text) – The main heading or title of the email.
headerSecondary (text) – A secondary heading for additional context.
html (text) – The raw HTML content of the email template.
Image (text) – A reference to an image used within the email.
links (List of Dt_Email_Footer_Links) – A list of footer links included in the email.
logo (text) – A reference to the company or brand logo used in the email.
name (text) – The internal name or identifier for the email template.
subject (text) – The subject line of the email.
vars (text) – Dynamic placeholders for inserting personalized content.
Creator (User) – The user who created the email template.
Modified Date (date) – The last time the email template was updated.
Created Date (date) – The date the email template was created.
Slug (text) – A unique identifier for the template.
Last updated