Custom Fields
Put custom field mappings
Updates the mapping of a given custom field. If the custom field is already mapped, it will be updated.
PUT
/
integrations
/
{integration_id}
/
custom-fields
/
{custom_field_id}
Authorizations
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Path Parameters
integration_id
string
requiredThe unique ID of the integration where the custom field mapping should be updated
custom_field_id
string
requiredThe unique ID of the custom field that should be updated
Body
application/json
integration_field_id
string | null
requiredThe integration field's unique ID which the custom field should be mapped to. Null to remove a mapping.
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
required