Update GoHighLevel Custom Field V2
ghl_update_custom_field_v2Update an existing GoHighLevel custom field v2 by its ID to change name, data type, options, or other properties. Modifies field configuration for contacts, opportunities, or other objects.
Instructions
Update a Custom Fields V2 field with PUT /custom-fields/{id}. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom Fields V2 field ID. | |
| name | No | ||
| extra | No | Optional additional GoHighLevel fields to pass through when the API supports fields not modeled by this tool. | |
| options | No | ||
| dataType | No | ||
| parentId | No | ||
| objectKey | No | ||
| locationId | No | Optional explicit location ID. Defaults to GHL_LOCATION_ID. | |
| description | No | ||
| placeholder | No | ||
| showInForms | No | ||
| maxFileLimit | No | ||
| acceptedFormats | No | ||
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |
| allowCustomOption | No |