Bottom Dropdown Menu

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

Items in the bottom dropdown menu of the timeline entry MenuItemDto.

Parameters of the MenuItemDto Object

Required parameters are marked with *

Field

Description

title*
textWithTranslation

Button text

action*
ActionDto

Action to be performed when the button is pressed

scope
string

Scope, for example web

hideIfReadonly
boolean

Flag. Hides the tag if the user does not have edit access, default is false

Example

{
            "title": "Confirm Process",
            "action": {
                "type": "restEvent",
                "id": "confirmProcess",
                "animationType": "loader"
            },
            "scope": "web",
            "hideIfReadonly": true
        }
        

Continue Exploring