Skip to main content

Create Item

Creates a new item.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board's unique identifier.
Group IDThe group's unique identifier.
Item NameThe new item's name.

Example Output

{
"data": {
"create_item": {
"id": "1235025789"
}
},
"account_id": 12345678
}

Workflow Library Example

Create Item with Monday and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop