implement-b24-features

Implement Bitrix24 UI widgets, automation robots, event handlers, and RabbitMQ task queues.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rustams/inbound --skill implement-b24-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-b24-features
Source: https://github.com/rustams/inbound/tree/main/.cursor/skills/implement-b24-features
Command: npx skills add https://github.com/rustams/inbound --skill implement-b24-features

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables seamless integration with Bitrix24 by allowing the implementation of custom UI elements, automation workflows, and real-time event handling, thereby extending the platform's core functionality.

Core Features & Use Cases

  • Widgets (Embeds): Integrate custom interfaces into Bitrix24 CRM tabs or menus.
  • Robots (Automation): Create custom automation actions within Bitrix24 workflows.
  • Events: Respond to Bitrix24 platform events for real-time data synchronization or triggers.
  • Queues: Implement background processing for long-running tasks using RabbitMQ.
  • Use Case: Embed a custom analytics dashboard into the Deal detail page in Bitrix24, or create a robot that automatically sends a Slack notification when a deal reaches a certain stage.

Quick Start

Use the implement-b24-features skill to register a new widget in the CRM deal detail tab.

Frequently Asked Questions about implement-b24-features

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate custom UI widgets into Bitrix24 CRM tabs?

To integrate custom UI widgets into Bitrix24, you embed custom interfaces directly into CRM tabs or menus. This extends the platform by allowing custom business logic and user interface elements to appear natively within Bitrix24 pages.

How do I create custom automation robots in Bitrix24 workflows?

Creating custom automation robots in Bitrix24 involves building custom automation actions within platform workflows. These robots execute specific business logic automatically when workflow conditions are met, requiring proper authentication for interactions.

Do Bitrix24 event handlers require public URLs to function?

Yes, Bitrix24 event handlers require public URLs to function correctly. Real-time event handling and data synchronization depend on accessible public endpoints to receive platform event triggers and process custom logic.

Can I use RabbitMQ queues for background processing in Bitrix24?

Yes, you can implement background processing for long-running tasks in Bitrix24 using RabbitMQ queues. This facilitates deep platform integration by offloading extended operations from the main interface to prevent timeout issues.

What is the best way to handle real-time data synchronization with Bitrix24?

The best way to handle real-time data synchronization with Bitrix24 is by registering event handlers that respond to platform events. This approach triggers custom logic immediately when specific data changes occur across the CRM.

What Bitrix24 features can I extend with custom business logic?

You can extend Bitrix24 features including UI widgets, automation robots, event handlers, and background task queues. This deep platform integration supports custom business logic implementation across CRM interfaces and automated workflows.