Update GoHighLevel Custom Field
ghl_update_custom_fieldUpdate a GoHighLevel custom field's properties such as name, type, options, or position for a given location using the API.
Instructions
Update a custom field through the current location-scoped API: PUT /locations/{locationId}/customFields/{id}. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Custom field display name. | |
| model | No | ||
| options | No | ||
| dataType | No | GoHighLevel custom field type. Note the documented MONETORY spelling. | |
| field_id | Yes | Custom field ID. | |
| position | No | ||
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| placeholder | No | ||
| acceptedFormat | No | ||
| isMultipleFile | No | ||
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |
| maxNumberOfFiles | No | ||
| textBoxListOptions | No |