kommo_api_request
Make raw HTTP requests to the Kommo v4 API to access any endpoint—leads, contacts, custom fields, notes, tasks—using methods like GET, POST, PATCH, DELETE. Refer to official docs for endpoint details.
Instructions
Make a raw custom HTTP request to the Kommo v4 API. VERY POWERFUL: Use this to interact with any Kommo API endpoint (custom fields, notes, tasks, advanced lead filtering) after reading the Kommo official documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method (GET, POST, PATCH, DELETE) | |
| endpoint | Yes | API endpoint path (e.g., '/leads', '/users', '/leads/custom_fields') | |
| data | No | Request body for POST/PATCH | |
| params | No | Query string parameters for GET requests (e.g. filtering, pagination) |