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

imbot.message.add

Adds a new message from the chat bot

imbot.message.update

Updates an existing message from the chat bot

imbot.message.delete

Deletes a message from the chat bot

imbot.message.like

Likes a message from the chat bot

Events

Event

Triggered

ONIMBOTMESSAGEADD

When a message is sent

ONIMBOTMESSAGEUPDATE

When a message from the chat bot is updated

ONIMBOTMESSAGEDELETE

When a message from the chat bot is deleted