Create folder#
Creates a top-level or child folder and returns its data.
| Name | [Text] Required non-empty name of the new folder. |
| Description | [Text] Optional folder description. |
| ParentId | [Number] Numeric ID of the parent folder; 0 or an empty value creates the folder in the root. |
| IsChatFolder | Create a chat folder. |
| ObjectFolderId | [Number] Optional internal ID of the access folder. This is one of the numeric fields that remains in the v1 contract. |
| ParserType | Folder file processing mode. |
| Timeout | [Number] HTTP request timeout in seconds; default is 60. |
| Folder | Full object of the created folder. |
| FolderGuid | [Text] GUID of the created folder. |
| Processing level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block in this diagram is used. |
| Message level | Select the level of messages that the blocks will emit while running. Possible values:
If "Default" is selected, the value from the "Start" block in this diagram is used. |
| Error text | [Text] Returns detailed error information if the block execution fails. |