pipedrive_update_deal_field
Update a deal custom field by field code to change its name, visibility, important-field highlights, and required-field settings.
Instructions
Update a deal 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, projects_detail_visible_flag, show_in_pipelines{show_in_all, pipeline_ids}. | |
| 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, stage_ids (deal stages), statuses (per-pipeline won/lost map). | |
| description | No | Field description |