Create Item
Creates a new item.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Board ID | The board's unique identifier. |
Group ID | The group's unique identifier. |
Item Name | The 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
Preview this Workflow on desktop