get_tasks
Retrieve tasks from Kommo CRM accounts with filters for related entity, such as leads, contacts, or companies, and completion status to target pending or completed items.
Instructions
Busca uma lista de tarefas na Kommo CRM. Pode filtrar por lead (entity_type=leads), se está concluída, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| entity_id | No | ID da entidade vinculada | |
| client_slug | Yes | Identificador do cliente (slug) | |
| entity_type | No | Ex: 'leads', 'contacts', 'companies' | |
| is_completed | No | Filtrar por concluídas ou pendentes |