MESSAGE Block
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 MESSAGE block displays the text portion of the attachment.

Block Parameters
|
Name |
Description |
|
MESSAGE* |
Text of the block. Supports BB codes |
Supported BB Codes
|
Code |
Purpose |
|
|
Mention a user with a link to their profile in the chat |
|
|
Link to the chat |
|
|
Clickable action "send text to chat" |
|
|
Clickable action "insert text into input field" |
|
|
Clickable action for making a call |
|
|
Line break |
|
|
Bold text |
|
|
Underlined text |
|
|
Italic text |
|
|
Strikethrough text |
|
|
Link |
Example
How to Use Examples in Documentation
JS
PHP
{
MESSAGE: 'The API will be available in the update [B]im 24.0.0[/B]'
}
[
'MESSAGE' => 'The API will be available in the update [B]im 24.0.0[/B]'
]
Continue Learning
Copied
Previous
Next