Create a New Stage rpa.stage.add
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.
Scope:
rpaWho 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 |
Description |
|
fields* |
An object with fields of the stage |
Fields Parameters
Required parameters are marked with *
|
Name |
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 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
- Stages: Overview of Methods
- Update Stage rpa.stage.update
- Get Information About Stage rpa.stage.get
- Get the List of Stages for the rpa.stage.listForType Process
- Delete Stage rpa.stage.delete