Update GoHighLevel Custom Value
ghl_update_custom_valueUpdate a custom value for a GoHighLevel location. Provide the custom value ID, with optional name, value, and location override.
Instructions
Update a custom value from /locations/{locationId}/customValues/{id}. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| value | No | ||
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| custom_value_id | Yes | Custom value ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |