set_lead_fields
Set custom field values on a lead (by contact_id). Pass fields as an object of { field_key: value }. Only defined field keys are accepted (see list_crm_fields). Adds the lead to the CRM if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Object mapping custom field keys to values, e.g. { "budget": 5000 }. | |
| contact_id | Yes | UUID of the contact. |