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.
IsChatFolderCreate 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.
ParserTypeFolder file processing mode.
Timeout[Number] HTTP request timeout in seconds; default is 60.
FolderFull object of the created folder.
FolderGuid[Text] GUID of the created folder.
Processing level

Select the error handling level.

Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

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:

  • "Default" - default;
  • "Release" - output disabled;
  • "Debug" - basic information output;
  • "Detailed" - detailed information output.

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.