bx24_reports
Run Bitrix24 analytics to get deal pipeline, lead source, user activity, task completion, deal conversion, and funnel stage reports. Aggregates CRM and task data into actionable insights.
Instructions
Bitrix24 analytics & reports: deal pipeline, lead sources, user activity, task completion, deal conversion, funnel stages. Methods crm.deal.list, crm.status.*, crm.lead.list, tasks.task.list aggregations (REST 1.0 + 3.0). RU/EN: отчёт, аналитика, воронка, конверсия, источник, активность / report, analytics, pipeline, conversion, source, activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Order object (e.g. { 'ID': 'DESC' }) | |
| start | No | Pagination offset (number of records to skip) | |
| action | Yes | Operation to perform: - "deal_pipeline": Deals by stage for pipeline analysis - "lead_source": Leads grouped by source - "user_activity": User activities (calls/meetings) - "task_completion": Task completion stats - "deal_conversion": Deal conversion analysis - "funnel_stages": Funnel stage names (crm.status.list) | |
| filter | No | Filter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' }) | |
| select | No | Array of field names to return (projection) | |
| confirm | No | Set to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled. | |
| categoryId | No | Pipeline/category ID for deal reports |