Close menu
Explore Plans
Mobile menu Close menu
monday

Create an item

This action will create a new item in the board and group you select.

Developer info

API endpoint slug
monday.create_item
Filter code method
Monday.createItem.skip(string?: reason)
Runtime method
runAction("monday.create_item", {})

Action fields

Board group Nested dropdown list

Label
Which board?
Helper text
Select the board and group the item will be created in.
Slug
board_group_id
Required
true
Can have default value
false

Item name Text input > Title

Label
Item name
Helper text
The name of the new item.
Slug
item_name
Required
true
Can have default value
true
Filter code method
Monday.createItem.setItemName(string: item_name)

Update body Text input > Long text

Label
Update
Helper text
Optional update (comment) to post on the item after it is created.
Slug
update_body
Required
false
Can have default value
true
Filter code method
Monday.createItem.setUpdateBody(string: update_body)