Overview of Events When Working with Messages
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.
DEPRECATED
The development of events in the old section has been halted.
Please use Events imbot.v2.
Scope:
imbot
Who can subscribe: any user
Events
|
Event |
Triggered By |
|
When a message is sent in a chat with the bot manually or via the imbot.message.add method |
|
|
When a message is edited in a chat with the bot manually or via the imbot.message.update method |
|
|
When a message is deleted in a chat with the bot manually or via the imbot.message.delete method |
Copied
Previous