servicetitan_api_call
Make custom API calls to ServiceTitan for advanced integrations. Specify HTTP method, path, parameters, and body to execute any supported endpoint.
Instructions
Make an arbitrary ServiceTitan API call for advanced use.
method: GET, POST, PATCH, PUT path: Full path starting with / e.g. /crm/v2/tenant/{tenant_id}/customers Use {tenant_id} as a placeholder — it will be replaced automatically. query_params: JSON string of query parameters body: JSON string for request body (POST/PATCH/PUT)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| path | Yes | ||
| query_params | No | ||
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |