Create a New Stage rpa.stage.add

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

Scope: rpa

Who can execute the method: any user

DEPRECATED

The development of this method has been halted. Use Smart scripts as an alternative to this functionality.

This method adds a new stage.

Method Parameters

Required parameters are marked with *

Name
type

Description

fields*
object

An object with fields of the stage

Fields Parameters

Required parameters are marked with *

Name
type

Description

name*

Name of the stage

typeId*

Identifier of the process

code

Symbolic code

color

Color of the stage in HEX format (6 characters)

sort

Sort identifier

semantic

Semantic code of the stage. It can be either SUCCESS or FAIL.

A process can have only one successful stage

Response Handling

HTTP Status: 200

Returns data in the response similar to the response from the rpa.stage.get request.

Continue Exploring