Create a new Folders instance.
Function for making API requests
Create a new scenario folder.
Parameters for the folder to create
Promise with the created scenario folder
Delete a scenario folder.
The folder ID to delete
List all scenario folders for a team.
The team ID to list folders for
Optional
options: ListFoldersOptions<C>Optional parameters for filtering the returned fields
Promise with the list of scenario folders
Update a scenario folder.
The folder ID to update
The folder properties to update
Optional
options: 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.