Ghl Call
ghl_callSend HTTP requests to any internal GoHighLevel endpoint to perform operations not covered by dedicated tools. Supports GET, POST, PUT, PATCH, and DELETE, with writes disabled in read-only mode.
Instructions
Generic passthrough to any internal endpoint listed in docs/ENDPOINTS.md.
Use it for anything without a dedicated tool. Non-GET methods WRITE to the live account and are refused when GHL_READ_ONLY is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | optional JSON body. | |
| host | No | "backend" (backend.leadconnectorhq.com) or "services" (services.leadconnectorhq.com). | backend |
| path | Yes | absolute API path, e.g. "/opportunities/pipelines". The placeholder "{loc}" is replaced by the location id. | |
| query | No | optional query-string parameters. | |
| method | Yes | HTTP method. | |
| location_id | No | GHL sub-account id (defaults to GHL_LOCATION_ID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||