ghl_object_create_custom_object
Create a custom object schema in GoHighLevel by providing labels, a unique key, description, location ID, and primary display property details. Defines the data structure for custom objects.
Instructions
Creates a new custom object SCHEMA (not a record). Renamed from the auto-generated 'ghl_object_create_custom_schema' to match GHL's own terminology ('Create Custom Object') and avoid confusion with ghl_object_update_schema/ghl_object_get_schema_by_key which operate on already-created objects. Create Custom Object Allows you to create a custom object schema. To understand objects and records, please have a look at the documentation here : https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0 Endpoint: POST /objects/ (Version header: v3; source: v3/objects-v3.json) OAuth scopes: objects/schema.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). |