Set custom field values
set_custom_field_valuesSet custom field values on contacts, organizations, or client groups by providing the entity key and an array of value objects. Each value is an array of strings, even for single fields.
Instructions
Set custom field values on an entity (contact, organization, or client group). Use list_custom_fields for the available definitions and get_custom_field_values to see what's currently set. Values are always passed as an array of strings, even for single values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityKey | Yes | The ContactKey, OrganizationKey, or ClientGroupKey | |
| CustomFieldValues | Yes | The custom field values to set on the entity |