EmailProperties
Retrieves property fields associated with email records in HubSpot, used for email data management.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Name [KEY] | String | False | True |
Internal name of the email property, used in API calls and system logic. Must start with a lowercase letter and contain only lowercase alphanumeric characters. | |
| Label | String | False | False |
User-friendly label for the email property, displayed in the HubSpot UI. | |
| FieldType | String | False | False |
UI field type for this property, such as text, checkbox, or dropdown, used to render the input field in HubSpot. | |
| Type | String | False | False |
Underlying data type used to store the property value, such as string, number, or boolean. | |
| GroupName | String | False | False |
Name of the property group to which this email property belongs, used for UI organization. | |
| Description | String | False | False |
Explanation of the property's purpose or intended use within the context of email objects. | |
| DisplayOrder | Int | False | False |
Position of the property relative to others in the same group, with lower numbers shown first. | |
| ExternalOptions | Bool | False | False |
Indicates whether the property's selectable options are managed externally rather than within the property configuration. | |
| IsFormField | Bool | False | False |
True if the property can be used as a field within HubSpot forms; false otherwise. | |
| IsCalculated | Bool | False | False |
True if the value of this property is automatically calculated based on other data or system rules. | |
| IsHidden | Bool | False | False |
Specifies whether the property is hidden from standard views in the HubSpot interface. | |
| IsHubspotDefined | Bool | False | False |
True if this is a default property provided by HubSpot; false if it is a custom property. | |
| Archivable | Bool | False | False |
Indicates whether the property can be archived and excluded from active use. | |
| ReadOnlyDefinition | Bool | False | False |
True if the property's definition (such as label or type) is locked and cannot be modified. | |
| ReadOnlyValue | Bool | False | False |
True if the property's value is not editable by users or workflows. | |
| OptionsAggregate | String | False | False |
Serialized list of predefined options for properties that support multiple choices. Has a value if the FieldType is radio, checkbox, or boolean checkbox. | |
| HasUniqueValue | Bool | False | False |
Boolean indicating whether the value of the property is unique. |