Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.94 KB

File metadata and controls

41 lines (26 loc) · 1.94 KB

Overview of Events When Working with Workgroups and Projects

{% note tip "" %}

If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.

{% endnote %}

Events allow applications to respond to changes almost in real-time: receiving notifications about the creation, updating, or deletion of workgroups and projects.

Detailed information on working with events is described in the article Concept and Benefits of Event Processing.

Quick navigation: all events

User documentation: Workgroups and Projects in Bitrix24

How to Receive Events

You can subscribe to workgroup events through:

An example of a handler for the event is described in the article How to Test Your Handler for Processing Bitrix24 Events.

Server Availability for Sending and Receiving Events

{% include notitle Server Availability for Sending and Receiving Events %}

Overview of Events {#all-events}

Scope: sonet

Who can subscribe: any user

#| || Event | Triggered By || || onSonetGroupAdd | When a workgroup is added manually or by the method sonet_group.create || || onSonetGroupUpdate | When a workgroup is edited manually or by the method sonet_group.update || || onSonetGroupDelete | When a workgroup is deleted manually or by the method sonet_group.delete || |#