textField
: Used for short descriptions or names.numericField
: Used for numbers, optionally formatted with a currency symbol.dateField
: Used for calendar dates.singleSelect
: Used for a single value from a predefined list of options.multipleSelect
: Used for multiple values from a predefined list of options.contactField
: Used to store a reference to other contacts in the same workspace.userField
: Used to store a reference to a workspace member.magicField
: Used to generate data based on the contact’s information.objectField
: Used to link deals to a contact.customFieldValues
object with the group ID as the key and the custom field value as the value.grp_79b6ed73-9939-4118-ba65-7f8cdf401052
and a custom field called “Status” of type select
will look like this:
customFieldValues
object will contain all the custom fields grouped by their group ID:
customFieldValues
object will contain the custom field key with a null
value.