createMondayItem
Generate and add items to a Monday.com board and group, setting custom column values using structured JSON input for precise task management.
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
Name | Required | Description | Default |
---|---|---|---|
board_id | Yes | The unique identifier of the Monday board | |
column_values | No | Object containing column values for the new item. Example: { "status": "Planning", "person": "1324234" } | |
group_id | Yes | The unique identifier of the group within the board | |
item_name | Yes | Name of the new item to create |