Add Process Element rpa.item.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:
rpaWho can execute the method: any user
DEPRECATED
The development of this method has been halted. Use Smart scripts as an alternative functionality.
This method adds a new process element with the identifier typeId.
To upload a file, you need to pass an array as the value of the custom field, where the first element is the file name and the second is the base64 encoded content of the file.
After the element is created, Automation rules will be triggered automatically.
Method Parameters
Required parameters are marked with *
|
Name |
Description |
|
typeId* |
Identifier of the process |
|
fields |
Values of the custom fields of the element. All other fields will be ignored |
Response Handling
HTTP Status: 200
The method will return a result similar to the call of the method rpa.item.get on the newly created element.