# Folder Created

> Windows | Cross-platform

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path |
| --- | --- | --- |
| Trigger automation when a new folder is created in Box. | GET | /folders |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Parent folder name | The name of the folder in which the new folder was created. | string |
| Created by (email) | The email address of the user who created the folder. | string |
| Folder name | The name of the newly created folder. | string |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| ID | The unique identifier of the newly created folder. | string |
| Folders Created | The full response payload returned by the folder creation event. | Object |

:::note
* In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
* In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
:::
