Automate Manager Control in Bitrix24 CRM
Picture this: a manager doesn't process a lead within an hour, a deal lingers on 'Qualification' for two weeks, and you only find out at month-end. Bitrix24 CRM logs every action, but without proper control setup, that data stays useless. We turn it into a management system that alerts you to issues in real time. Over 8 years, we've set up control for 50+ sales departments—from small teams to distributed branches.
The typical pain: a manager misses a promised call to a lead, a deal stagnates on one stage, tasks are closed without real execution. CRM accumulates this data, but without active notification and report setup, it doesn't work. Our job is to convert raw data into a transparent management system that reduces delays by 40% and increases pipeline conversion by 15%.
Key Metrics for Control
Before setting up notifications and reports, decide what exactly you're monitoring. Three main groups:
- Activity: number of calls, emails, meetings per period; average response time to a lead; percentage of tasks closed on time.
- Pipeline quality: average time on each stage; percentage of deals with no activity >N days; conversion between stages.
- Result: total closed deals; won/lost counts; reasons for losses.
How to Set Up Automatic Notifications for Stalled Deals?
This is the most practical tool. A deal with no activity for more than X days triggers a notification to the manager's supervisor. Set it up via pipeline robots:
- Open the desired deal pipeline.
- On the stage, add a 'Notify' robot with condition: N days since last change.
- Recipient—the responsible manager's supervisor (via variable
{=Document.ASSIGNED_BY_ID.manager}).
Alternative via REST API—subscribe to an event and use an external trigger:
// Webhook on deal stage change CRest::call('event.bind', [ 'event' => 'ONCRMDEALSTAGEIDCHANGE', 'handler' => 'https://yourserver.com/crm-webhook.php', ]); Why Standard Reports Aren't Enough?
The built-in CRM → Analytics → Manager Activity shows total calls, emails, tasks per period. But a 10-second call and a half-hour meeting weigh the same. For detail, we build custom reports via crm.activity.list with filters for duration and activity type. Custom reports are 3x more accurate than standard ones—giving a real picture of manager performance.
$activities = CRest::call('crm.activity.list', [ 'filter' => [ 'RESPONSIBLE_ID' => 42, '>=START_TIME' => date('Y-m-d', strtotime('-7 days')), 'COMPLETED' => 'Y', ], 'select' => ['ID', 'TYPE_ID', 'DURATION', 'SUBJECT'], ]); TYPE_ID: 1—meeting, 2—call, 3—task, 4—email.
Quality Control via Required Fields
Managers skipping important data when creating deals? Set required fields on specific stages. Without filling them, transition to the next stage is blocked.
| Stage | Required Fields |
|---|---|
| Qualification | Budget, Decision Maker, Decision Timeline |
| Commercial Proposal | Deal Amount, Proposal File |
| Contract Approval | Signing Date, Client Legal Entity |
| Win | Reason for Selection, Invoice Details |
Sales Director Dashboard
The standard Bitrix24 dashboard is weak for operational control. Set up a custom widget on the desktop:
- Deal pipeline grouped by manager
- List of deals with no activity >3 days
- Top 5 overdue tasks by department
- Plan vs. actual comparison for deal amounts this month
For deeper analytics, use the Bitrix24 BI connector (Enterprise plans and up) or export data to an external BI system via REST API. Get a consultation on dashboard setup—we'll help you choose the best option.
Automatic Manager Reassignment on Inactivity
A critical tool for hot leads: if a manager doesn't process a lead within 30 minutes, automatically assign it to another. Set up a robot on the 'New' stage:
- Trigger: 30 minutes since creation
- Condition: no completed activities on the lead
- Action: change responsible person to next in queue + notify supervisor
The distribution queue is set in CRM → Settings → Lead Distribution.
Comparison of Automation Methods
| Method | Setup Complexity | Reaction Speed | Flexibility |
|---|---|---|---|
| Pipeline Robots | Low | Instant | Medium |
| REST API + External Script | High | Up to 1 min delay | High |
| Business Processes | Medium | Instant | Low |
Robots cover 80% of typical scenarios; REST API for non-standard logic.
What's Included in Manager Control Setup
We do turnkey work and deliver:
- Documentation: notification scheme, robot descriptions, manager instructions
- Access: configured dashboards, reports, business processes
- Training: 2–3 hours for the supervisor and key users
- Support: 30 days unlimited consultation after launch
We'll assess your project for free—contact us. Guaranteed: in a week you'll see the real picture of your department's performance.
Experience: 8+ years in the market, 50+ Bitrix24 CRM projects, certified specialists.

