MESSAGE Block
Choose a tool for developing with an AI agent:
- use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
- use the MCP server to develop a REST API integration in your own project. The agent refers to 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
Python
PHP
{
MESSAGE: 'The API will be available in the update [B]im 24.0.0[/B]'
}
attach = {
"MESSAGE": "The API will be available in the [B]im 24.0.0[/B] update",
}
[
'MESSAGE' => 'The API will be available in the update [B]im 24.0.0[/B]'
]
Continue Learning
Was the article helpful?
Previous
Next