Input
| Property | Type | Required | Description |
|---|---|---|---|
| workspace_id | DROPDOWN | Yes | The workspace’s unique identifier. |
| board_id | DROPDOWN | Yes | The board’s unique identifier. |
| group_id | DROPDOWN | No | Board Group |
| item_name | SHORT_TEXT | Yes | Item Name |
| column_values | OBJECT | No | The column values of the new item. |
| create_labels_if_missing | CHECKBOX | No | Creates status/dropdown labels if they are missing. This requires permission to change the board structure. |
Sample Output
{
"data": {
"create_item": {
"id": "1175651821"
}
},
"account_id": 16284131
}
