MessageTemplateContent
Stores the content (text, media, placeholders) associated with message templates.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
A unique identifier for the message template content record, used for tracking and referencing each record within the system. |
| Message Template Content Type | String | True |
The type of content associated with the message template, such as 'Text', 'HTML', or 'Media', categorizing the format of the content. |
| Global ID | String | True |
A globally unique identifier for the message template content, ensuring consistency across systems and enabling easy cross-referencing. |
| Link | String | False |
A URL or hyperlink associated with the message template content, providing access to external resources or documents related to the template. |
| Name | String | True |
The name or title of the message template content, providing a brief description or label for the specific template. |
| Status | String | False |
The current status of the message template content, such as 'Active', 'Draft', or 'Archived', indicating the template's lifecycle stage. |
| Created By | String | True |
The individual or system that created the message template content record, providing accountability for its creation. |
| Created Date | Datetime | True |
The timestamp when the message template content record was created, helping to track when the template was first logged. |
| Last Modified By | String | True |
The individual or system that last modified the message template content record, ensuring transparency in updates made. |
| Last Modified Date | Datetime | True |
The timestamp of the last modification made to the message template content record, providing an audit trail of changes. |
| Template | String | False |
The actual content or layout of the message template, providing the structure for messages generated using this template. |
| Owner | String | False |
The individual or team responsible for managing and maintaining the message template content. |
| Legacy CRM Id | String | False |
The identifier used in the legacy CRM system to link this message template content record to earlier records in older platforms. |
| CLM Presentation | String | False |
The content or title of the Closed Loop Marketing (CLM) presentation associated with the message template, indicating the context in which the template is used. |
| Message Template | String | False |
The identifier or name of the specific message template associated with the content, which is used for generating communication messages. |