kommo_get_events
Retrieve audit events from Kommo CRM to track changes like lead status updates or bot actions, with filters for entity, type, and date range.
Instructions
Feed de eventos (auditoria). Essencial para ENTENDER BOTS: quem mudou o quê, quando. Filtre created_by=0 para ações de bot/automação nativa. Tipos comuns: lead_status_changed, entity_responsible_changed, lead_added, incoming_chat_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Data final (ISO ou epoch) | |
| from | No | Data inicial (ISO ou epoch) | |
| page | No | ||
| type | No | Tipos de evento (ex.: lead_status_changed) | |
| limit | No | ||
| entity | No | Tipo de entidade do evento | |
| entity_id | No | Restringe a uma entidade específica | |
| created_by | No | Filtra por autor. 0 = bot/sistema. |