objects_get_record_by_id
Fetch a specific record from GHL Custom or Standard Objects by providing its ID and schema key.
Instructions
Get Record By Id
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 | |
| 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. |