Learn how to use custom fields to read additional data properties from your customer’s systems.
custom_fields
attribute. This attribute is a JSON object that contains all custom fields.
You can define a name for the custom field in Kombo, which will be used as the key in the JSON object.
You can then map any property from an integration to that custom field in Kombo. This allows you to unify the data across different integrations.
Let’s say you have a customer with a custom field called “Favorite Color” and another customer with a custom field called “Favourite Colour”. You can map both of them to the same custom field in Kombo so that you can always access the data in the same way.
custom_fields
attribute. In this case, we query the GET /employees endpoint.
The value of a custom field mirrors what is returned by the underlying API (i.e. it’s not always a string
but can be a number
or even an object
too).