centrex_request
Make authenticated requests to any Centrex API endpoint, covering operations not available through dedicated tools. Destructive requests require explicit permission.
Instructions
Make a raw authenticated request to any Centrex API endpoint. Use this for endpoints not covered by dedicated tools. DELETE and destructive POST paths require CENTREX_ALLOW_DESTRUCTIVE_OPERATIONS=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for POST/PUT/PATCH | |
| path | Yes | API path starting with / (e.g. /contacts/123/forms) | |
| method | Yes | HTTP method | |
| params | No | Query string parameters |