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
- Register the bot using imbot.v2.Bot.register.
- If necessary, update the properties using imbot.v2.Bot.update.
- Retrieve data for a single bot using imbot.v2.Bot.get or a list using imbot.v2.Bot.list.
- Unregister the bot using imbot.v2.Bot.unregister if it is no longer needed.
Overview of Methods
Scope:
imbotWho can execute the methods: owner of the registered bot
|
Method |
Description |
|
Registers a new bot |
|
|
Updates the properties of the bot |
|
|
Returns information about the bot |
|
|
Returns a list of the application's bots |
|
|
Deletes the bot |
Continue Your Exploration
Copied
Previous
Next