EmailBuilderCells
Defines the structural components (cells) used in email templates within the Email Builder, specifying layout, content types, and configuration for rendering dynamic emails.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the email builder cell record within the Vault environment. |
| Email Builder Cell Type | String | True |
Specifies the object type associated with the email builder cell, typically used for system-level classification and processing. |
| Global ID | String | True |
System-generated global identifier that uniquely identifies the record across all Vaults and environments. |
| Link | String | False |
System-generated link that provides direct access to the email builder cell record within the Vault UI. |
| Name | String | False |
User-defined name of the email builder cell, used for identification and reference within the Vault. |
| Status | String | False |
Current lifecycle state of the email builder cell, indicating where it stands in the approval or review process. |
| Created By | String | True |
Username or system identity that created the email builder cell record. |
| Created Date | Datetime | True |
Timestamp indicating when the email builder cell record was initially created. |
| Last Modified By | String | True |
Username or system identity that last updated the email builder cell record. |
| Last Modified Date | Datetime | True |
Timestamp indicating the most recent update to the email builder cell record. |
| Display Order | String | False |
Value indicating the sequence in which this email builder cell should be displayed relative to others. |
| Hash | String | False |
A unique hash value representing the content of the cell, often used for content integrity or change tracking. |
| Key | String | False |
Key value used internally to reference this email builder cell, possibly for linking to template logic or rendering engines. |
| Email Builder Cell Status | String | False |
Application-specific status field providing more granular state tracking beyond the standard lifecycle. |
| Text | String | False |
Text content of the email builder cell, typically includes the marketing or informational message. |
| Type | String | False |
Indicates the type or classification of the email builder cell, such as image, text, button, or dynamic content. |
| Vault External Id | String | False |
Externally assigned identifier used to reference this record from systems outside of Vault. |
| Vault GUID | String | False |
Globally unique identifier for the record within Vault, used for API-level integrations and traceability. |
| Vault Record Id | String | False |
System-defined internal identifier used to track the record within Vault's object framework. |
| Legacy CRM Id | String | False |
Identifier used to map the email builder cell back to a corresponding record in a legacy Customer Relationship Management (CRM) system, if applicable. |
| Email Builder | String | False |
Reference to the associated Email Builder record that this cell is a part of, forming part of the email layout or structure. |
| Email Fragment | String | False |
Reference to the approved content fragment (document) used within the email builder cell, such as text blocks or images. |