objects_update_object_record
Update a GHL record by providing schema key, record ID, and request body to modify custom or standard object data.
Instructions
Update Record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id of the record to be updated. Available on the Record details page under the 3 dots or in the url | |
| body | Yes | Request body as defined by the HighLevel API. | |
| schemaKey | Yes | The key of the Custom Object / Standard Object Schema. For custom objects, the key must include the “custom_objects.” prefix, while standard objects use their respective object keys. This information is available on the Custom Objects Details page under Settings. | |
| locationId | No | Defaults to GHL_LOCATION_ID when omitted. |