EmailBuilderRules
Contains the logic and conditional rules used in email templates to dynamically personalize content, based on criteria like user segment or geography.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the Email Builder Rule Cell record within the Vault environment. |
| Email Builder Rule Type | String | True |
Specifies the classification of the rule applied to an email builder cell, stored using the internal object type code 'object_type__v'. |
| Global ID | String | True |
A globally unique identifier across Vault environments, represented by the system-maintained field 'global_id__sys'. |
| Link | String | False |
System-generated reference URL pointing to the record's location in the Vault UI, used for navigation or integration. |
| Name | String | False |
Human-readable name of the rule cell, defined by the user or system, and stored in the 'name__v' field. |
| Status | String | False |
Current state of the rule cell (such as Active, Inactive, or Draft), used to control availability and behavior. |
| Created By | String | True |
The username or user ID of the person who initially created the rule cell record, recorded automatically by the system. |
| Created Date | Datetime | True |
Timestamp indicating when the rule cell was first created in Vault. Captured in the 'created_date__v' field. |
| Last Modified By | String | True |
The username or user ID of the last person to modify this rule cell record. This is used for audit tracking. |
| Last Modified Date | Datetime | True |
Date and time of the most recent update to the record, supporting version control and auditing. |
| Description | String | False |
Optional text field allowing users to provide a detailed explanation or notes about the rule cell. |
| Email Builder Rule Status | String | False |
Specifies the operational status of the email builder rule associated with this cell, such as Enabled or Deprecated. |
| Type | String | False |
Denotes the category or functional type of this rule cell (for example: Dynamic, Static, Conditional). |
| Vault External Id | String | False |
Custom external identifier used to map or sync this record with systems outside of Vault. Set by integrations or business logic. |
| Vault GUID | String | False |
Globally unique identifier assigned by Vault to this record, used internally for record tracking and system processes. |
| Vault Record Id | String | False |
Vault-specific record identifier used to retrieve or reference this record within Vault queries or APIs. |
| Legacy CRM Id | String | False |
Identifier imported from a legacy Customer Relationship Management (CRM) system, used for data migration or backward compatibility tracking. |
| Email Builder | String | False |
Reference to the parent Email Builder object or configuration that this rule cell is associated with. |