locations_get_custom_field
Retrieve a specific custom field by ID or key (e.g., contact.first_name) for a GHL location. Use to fetch field metadata or values when integrating or syncing CRM data.
Instructions
Get Custom Field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom Field Id or Field Key (e.g. "contact.first_name" or "opportunity.pipeline_id") | |
| locationId | No | Location Id Defaults to GHL_LOCATION_ID when omitted. |