custom_fields_set_value
Set or update a custom field value on a specific contact, company, or deal. Use this when a user says "Casey is a Hot lead" (sets cf.lead_temp=Hot on Casey) or "Bob's loan amount is $250k". Resolves the field by field_key — call custom_fields_list first if you need to know what keys are available. Passing value=null clears the field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | New value. Null clears the field. | |
| entityId | Yes | UUID of the contact/company/deal. | |
| fieldKey | Yes | Custom field identifier (e.g. "loan_amount"). | |
| entityType | Yes | Which entity the value is being set on. |