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.
The methods manage the lifecycle of a chat bot: registration, property modification, 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.
- Delete 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