Create a new Folders instance.
Function for making API requests
Create a new scenario folder.
Omit parentId or pass null to create a top-level folder.
Parameters for the folder to create
Promise with the created scenario folder
Delete a scenario folder.
The folder ID to delete
List direct scenario folder children for a team.
Omit parentId in options to return top-level folders.
The team ID to list folders for
Optionaloptions: ListFoldersOptions<C>Optional parameters for filtering the returned fields, selecting a parent folder, or expanding descendants
Promise with the list of scenario folders
Update a scenario folder.
Use parentId: null to move the folder to the top level. Any property that is not provided is left unchanged.
The folder ID to update
The folder properties to update
Optionaloptions: UpdateFolderOptions<C>Optional parameters for filtering the returned fields
Promise with the updated scenario folder
Class providing methods for working with Make folders. Folders help organize scenarios within a team for better organization and management of automation workflows.