pipedrive_update_person_field
Update a person custom field's name and visibility settings using its field code. Note: field type and code remain unchanged.
Instructions
Update a person custom field by field_code. field_type and field_code cannot be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_code | Yes | The field_code (40-char hash for custom fields) from the field create/list response. NOT the human field name. | |
| field_name | No | New field name (1-255 chars) | |
| ui_visibility | No | UI visibility: add_visible_flag, details_visible_flag, show_in_add_deal_dialog{show, order}. | |
| important_fields | No | Important-field highlighting: enabled, stage_ids (always references DEAL stages, even on person/org fields). | |
| required_fields | No | Required-field config: enabled (person/org fields support only this flag). |