Update GoHighLevel Custom Field Folder
ghl_update_custom_field_folderRename a custom fields folder in GoHighLevel by specifying the folder ID and desired name.
Instructions
Update a Custom Fields V2 folder name with PUT /custom-fields/folder/{id}. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New folder name. | |
| folder_id | Yes | Custom field folder ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |