Create GoHighLevel Custom Field V2
ghl_create_custom_field_v2Create a custom field in GoHighLevel by specifying name, object key, and data type. Optionally define options, placeholder, and other settings via API.
Instructions
Create a Custom Fields V2 field with POST /custom-fields/. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Custom field name. | |
| extra | No | Optional additional GoHighLevel fields to pass through when the API supports fields not modeled by this tool. | |
| options | No | ||
| dataType | Yes | GoHighLevel custom field type. | |
| parentId | No | ||
| objectKey | Yes | Object key, for example custom_objects.pet or business. | |
| 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 |