🐛 Describe the Bug
https://marketplace.gohighlevel.com/docs/ghl/locations/create-custom-field
The documentation doesn't list all available fields. I've discovered parentId (setting the folder), fieldKey and description all work, not sure what else is missing.
📍 API Endpoint
https://services.leadconnectorhq.com/locations/{locationId}/customFields
✅ Expected Behavior
Would expect to see all available fields to avoid confusion.
💻 Screenshots or Code Samples
{
"name": "Test Field",
"placeholder": "Add text here",
"showInForms": true, // Not sure if this works/does anything
"dataType": "TEXT",
"fieldKey": "test_field_custom", // Works, not documented
"model": "contact",
"parentId": "OBtitTvkSkS5SOneXRzL", // Works, not documented
"description": "Just a test field." // Works, not documented
}
Product Area
contacts
📋 Use Case
N/A
🚨 Why Should This Be Prioritized?
Not documenting existing functionality causes confusion with what is possible through the API.
🧠 Additional Context
No response
🐛 Describe the Bug
https://marketplace.gohighlevel.com/docs/ghl/locations/create-custom-field
The documentation doesn't list all available fields. I've discovered
parentId(setting the folder),fieldKeyanddescriptionall work, not sure what else is missing.📍 API Endpoint
https://services.leadconnectorhq.com/locations/{locationId}/customFields
✅ Expected Behavior
Would expect to see all available fields to avoid confusion.
💻 Screenshots or Code Samples
Product Area
contacts
📋 Use Case
N/A
🚨 Why Should This Be Prioritized?
Not documenting existing functionality causes confusion with what is possible through the API.
🧠 Additional Context
No response