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 the methods imbot.message.* has been halted.
Please use the section Messages (imbot.v2.Chat.Message.*).
Scope:
imbot
Who can execute the method: any user
Methods
|
Method |
Description |
|
Adds a new message from the chat bot |
|
|
Updates an existing message from the chat bot |
|
|
Deletes a message from the chat bot |
|
|
Likes a message from the chat bot |
Events
|
Event |
Triggered |
|
When a message is sent |
|
|
When a message from the chat bot is updated |
|
|
When a message from the chat bot is deleted |
Copied