SentEmailBuilderCells
Stores data for individual content cells within emails created using an email builder tool. This is useful for tracking which blocks of content were included in outbound emails.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the Sent Email Builder Cell record within the Veeva Vault system. |
| Sent Email Builder Cell Type | String | True |
Specifies the object subtype or category of the Sent Email Builder Cell, defined by the Vault object type field (object_type__v). |
| Global ID | String | True |
System-generated global identifier that uniquely represents this record across environments and integrations. |
| Link | String | False |
URL reference to the record's Vault page, allowing for direct access through the user interface. |
| Name | String | True |
Display name assigned to the Sent Email Builder Cell, often used for user-friendly identification. |
| Status | String | False |
Current lifecycle status of the Sent Email Builder Cell, such as Draft, Approved, or Obsolete. |
| Created By | String | True |
Username or ID of the user who originally created the Sent Email Builder Cell record. |
| Created Date | Datetime | True |
Timestamp indicating when the Sent Email Builder Cell record was first created. |
| Last Modified By | String | True |
Username or ID of the user who most recently modified the Sent Email Builder Cell record. |
| Last Modified Date | Datetime | True |
Timestamp indicating when the Sent Email Builder Cell record was last updated. |
| Inserted Order | String | False |
Defines the sequence or position in which this cell appears relative to other cells within the email structure. |
| Legacy CRM Id | String | False |
Identifier used in legacy Customer Relationship Management (CRM) systems to reference this Sent Email Builder Cell, enabling backward compatibility. |
| Sent Email | String | False |
Reference to the associated Sent Email record that this builder cell is part of or belongs to. |
| Email Fragment | String | False |
References the approved document or email content fragment used in this builder cell, typically tied to Vault-approved content. |
| Controlling Email Builder | String | False |
Points to the parent or controlling email builder configuration that governs how this cell is used or rendered. |
| Email Builder Cell | String | False |
Links to the base Email Builder Cell configuration or template that defines reusable layout or content settings. |