CommunicationProperties
Provides property fields for communication records, enabling management of calls, emails, and messages.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Name [KEY] | String | False | True |
Internal name of the communication property, using lowercase letters and numbers, starting with a letter. Serves as the unique identifier. | |
| Label | String | False | False |
Readable label displayed in HubSpot's UI to represent the communication property to users. | |
| FieldType | String | False | False |
Defines the input field type (such as text, dropdown,or checkbox) for this property as shown in the UI. | |
| Type | String | False | False |
Underlying machine data type (such as string, number, or date) used to store the property's value. | |
| GroupName | String | False | False |
Identifies the property group this communication property belongs to for organizational display. | |
| Description | String | False | False |
Detailed description of the property's purpose and its relevance to communication records. | |
| DisplayOrder | Int | False | False |
Numerical value determining the order this property appears relative to others in its group. | |
| ExternalOptions | Bool | False | False |
Indicates whether the property's selectable options are sourced from an external system. | |
| IsFormField | Bool | False | False |
Specifies whether this property is displayed as an editable field within HubSpot forms. | |
| IsCalculated | Bool | False | False |
Indicates whether the property's value is automatically computed based on other data. | |
| IsHidden | Bool | False | False |
Determines if the property is hidden from standard views in the HubSpot interface. | |
| IsHubspotDefined | Bool | False | False |
True if the property is predefined by HubSpot, false if it was custom-created. | |
| Archivable | Bool | False | False |
Indicates whether this property can be archived and removed from active use. | |
| ReadOnlyDefinition | Bool | False | False |
Specifies whether the property's definition (such as type or label) is locked and cannot be modified. | |
| ReadOnlyValue | Bool | False | False |
Specifies whether the property's value is read-only and not editable by users. | |
| OptionsAggregate | String | False | False |
Serialized list of selectable options for the property, relevant when FieldType supports multiple-choice fields (such as radio, checkbox, or boolean checkbox). | |
| HasUniqueValue | Bool | False | False |
Boolean indicating whether the value of the property is unique. |