bx24_call
Invoke any Bitrix24 REST method by name with custom parameters to access functionality not covered by dedicated tools. Use as a fallback for REST 1.0 and 3.0 methods.
Instructions
Universal Bitrix24 REST call: invoke any REST method by name with arbitrary params. Escape-hatch for methods not covered by dedicated tools (REST 1.0 + 3.0). RU/EN: вызови метод, сделай произвольный вызов, вызови rest-метод / call rest method, invoke method, raw rest call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Bitrix24 REST method name, e.g. 'crm.lead.list', 'im.chat.get', 'disk.folder.getchildren'. | |
| params | No | Additional method-specific params object | |
| confirm | No | Set to true to confirm destructive methods when BX24_CONFIRM_DESTRUCTIVE is enabled. | |
| httpVerb | No | HTTP verb (default POST if params present, else GET) |