EmailBuilders
Captures the configuration and metadata for email templates created using Vault's Email Builder tool, including versioning and ownership details.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the email builder record within the Vault system. Serves as the primary key for this table. |
| Email Builder Type | String | True |
Specifies the type or classification of the email builder, as defined by the object_type__v field in Vault. |
| Global ID | String | True |
System-generated global identifier that uniquely identifies the record across all Vaults in a multi-tenant environment. |
| Link | String | False |
System-managed URL or Uniform Resource Identifier (URI) that provides a direct link to the email builder record within the Vault user interface. |
| Name | String | False |
User-defined or system-assigned name of the email builder, stored in the name__v field. This is used for display and search purposes. |
| Status | String | False |
Current lifecycle state of the email builder record, as defined in Vault's status__v field (for example, active, inactive, archived). |
| Created By | String | True |
Username or user ID of the person who initially created the email builder record in Vault, as recorded in created_by__v. |
| Created Date | Datetime | True |
Timestamp indicating when the email builder record was first created in Vault. Derived from created_date__v. |
| Last Modified By | String | True |
Username or user ID of the person who last modified the record, as stored in modified_by__v. |
| Last Modified Date | Datetime | True |
Date and time of the most recent update to the record, sourced from modified_date__v. |
| Email Builder Status | String | False |
Current functional status or state of the email builder object, as defined in email_builder_status__v. May reflect workflow or publishing readiness. |
| Vault DNS | String | False |
Fully qualified domain name of the Vault instance that owns this record. This is useful for cross-Vault integration or reporting. |
| Vault External Id | String | False |
An external system's identifier for the Vault record. This is used for data syncs or third-party integrations. |
| Vault GUID | String | False |
Globally unique identifier assigned by Vault to this email builder record, used in APIs and backend operations. |
| Vault Record Id | String | False |
System-level identifier of the record within the Vault platform, often used internally for lookups and API access. |
| Legacy CRM Id | String | False |
Identifier from a legacy Customer Relationship Management system that was previously associated with this email builder record. |
| Owner | String | False |
User or group assigned ownership of the email builder. This is typically reflects the person responsible for maintaining or publishing it (ownerid__v). |
| Trigger Timestamp | Datetime | False |
Timestamp representing when a workflow, automation, or scheduled process was triggered on this email builder record. |