Icon

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

Icon of the timeline entry IconDto.

Parameters of the IconDto Object

Required parameters are marked with *

Field

Description

Additional

code*
string

Icon code

A list of available codes can be obtained using the crm.timeline.icon.list method

Example of the Object

{
            "icon": {
                "code": "call-completed"
            }
        }
        

Continue Exploring