Create item
The 'Create Item' tool by monday.com enables users to effortlessly add new items to their project boards, streamlining task management and collaboration. It supports detailed item customization through various column values, ensuring organized and efficient workflow tracking.
Features
- Add a new item to any monday.com board using its unique board ID.
- Specify the item's name relevant to your task or project needs.
- Assign the item to a specific group within the board via group ID.
- Customize multiple column values at once, including status, dates, dropdowns, phone numbers, and emails.
- Supports structured JSON input for precise and flexible item configuration.
Benefits
- Enhances task organization by allowing detailed and accurate item creation.
- Improves team collaboration with real-time updates on project boards.
- Saves time with the ability to input multiple column values simultaneously.
- Increases workflow efficiency by automating item creation processes.
- Offers flexibility to tailor each item’s data to fit unique project requirements.
Description
Create a new item in a monday.com board
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| boardIdrequired | number | The id of the board to which the new item will be added |
| namerequired | string | The name of the new item to be created, must be relevant to the user's request |
| groupId | string | The id of the group id to which the new item will be added, if its not clearly specified, leave empty |
| columnValuesrequired | string | A string containing the new column values for the item following this structure: {"column_id": "value",... you can change multiple columns at once, note that for status column you must use nested value with 'label' as a key and for date column use 'date' as key} - example: "{"text_column_id":"New text", "status_column_id":{"label":"Done"}, "date_column_id":{"date":"2023-05-25"},"dropdown_id":"value", "phone_id":"123-456-7890", "email_id":"test@example.com"}" |