createMondayItem
Add a new item to a Monday.com board and group with custom column values. Specify board ID, group ID, item name, and optional column data to create organized tasks.
Instructions
Creates a new item in the specified Monday board and group with optional column values. The column_values parameter should follow the format { "column_id": "value" } for each column to be set.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | The unique identifier of the Monday board | |
| group_id | Yes | The unique identifier of the group within the board | |
| item_name | Yes | Name of the new item to create | |
| column_values | No | Object containing column values for the new item. Example: { "status": "Planning", "person": "1324234" } |