b24_call
Execute any Bitrix24 REST API method directly. Use this when no dedicated tool is available for CRM, task, disk, or calendar operations.
Instructions
Llama CUALQUIER método REST de la API de Bitrix24. Úsalo cuando no exista un tool específico. Referencia completa: https://dev.1c-bitrix.ru/rest_help/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Método REST de Bitrix24. Ejemplos: crm.deal.list, tasks.task.add, disk.folder.getchildren, im.notify.personal.add | |
| params | No | Parámetros del método como objeto JSON. Ejemplo: { "filter": { "STAGE_ID": "WON" }, "select": ["ID","TITLE"] } | |
| webhook_url | No | Webhook opcional, usa el default si no se indica | |
| personal_webhook | No | Личный webhook для записи (иначе read-only). https://<portal>/rest/<id>/<token>/. |