> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# New Item Created

Triggered when a new item is created

## Input

| Property      | Type     | Required | Description                        |
| ------------- | -------- | -------- | ---------------------------------- |
| workspace\_id | DROPDOWN | Yes      | The workspace's unique identifier. |
| board\_id     | DROPDOWN | Yes      | The board's unique identifier.     |

## Sample Output

```json theme={null}
{
  "id": "22222",
  "name": "Project"
}
```
