v1
latestOpenAPI 3.0.02026-07-24186151303.4 KBUpdate Custom Field
Partially updates an existing custom field in the contact schema. Only the fields provided in the request body will be modified.
Path parameters
Request body
Field type that determines business logic behavior. Allowed values: input, dropdown, multiselect, checkbox.
Display name of the field shown in the UI.
Category used for visual grouping of fields in the UI.
Whether the field should be hidden in the UI.
Whether the field label should be hidden in the UI.
Whether the field should appear in the left menu navigation.
Whether the field is required to be populated.
Formula expression for fields of type "formula". Ignored for other field types.
Field path used to map data from an external service response. Supports dot notation for nested properties (e.g. "employees.current_count"). Must be used together with externalServiceType.
External service used for automatic field enrichment. The target entity must have the corresponding external service integration enabled, otherwise the field will not be enriched. Must be used together with externalServiceFieldPath. Allowed values: APOLLO, PITCHBOOK, GAIN_PRO, NONE, SELF, CARTA, CARTA_DWH.
Whether the field is read-only and cannot be edited by users.
Conditional expression that controls field visibility. When set, the field is only shown if the condition evaluates to true.
Response
Custom field updated successfully
Field path used to map data from an external service response. Supports dot notation for nested properties (e.g. "employees.current_count").
External service used for automatic field enrichment. Allowed values: APOLLO, PITCHBOOK, GAIN_PRO, NONE, SELF, CARTA, CARTA_DWH.
Formula expression for fields of type "formula".
Whether the field is read-only and cannot be edited by users.
Conditional expression that controls field visibility.