Bots: Overview of Methods

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.

This section covers the lifecycle methods of a chat bot: registration, property updates, data retrieval, list viewing, and deletion.

Quick Navigation: All Methods

How to Work with Bots

  1. Register the bot using imbot.v2.Bot.register.
  2. If necessary, update the properties using imbot.v2.Bot.update.
  3. Retrieve data for a single bot using imbot.v2.Bot.get or a list using imbot.v2.Bot.list.
  4. Unregister the bot using imbot.v2.Bot.unregister if it is no longer needed.

Overview of Methods

Scope: imbot

Who can execute the methods: owner of the registered bot

Method

Description

imbot.v2.Bot.register

Registers a new bot

imbot.v2.Bot.update

Updates the properties of the bot

imbot.v2.Bot.get

Returns information about the bot

imbot.v2.Bot.list

Returns a list of the application's bots

imbot.v2.Bot.unregister

Deletes the bot

Continue Your Exploration