Work operating system that unifies project management, task tracking, and team collaboration
mondaycom.getBoards
mondaycom.getItems
boardId
(TEXT, Required): The unique identifier for the Monday.com board from which to retrieve items
columnIds
(TEXT, Optional): An array of column IDs that specifies which columns’ values should be retrieved for each itemitemLimit
(NUMBER, Optional): An integer specifying the maximum number of items to retrieve from the boardmondaycom.getItemUpdates
itemId
(TEXT, Required): The unique identifier for the item
limit
(NUMBER, Optional): Maximum number of updates to retrieve (default: 10)mondaycom.createColumn
boardId
(TEXT, Required): The unique identifier for the Monday.com board
title
(TEXT, Required): The title of the new columncolumnType
(TEXT, Required): The type of column to create (e.g., text, number, status)columnSettings
(MULTI_LINE_TEXT, Optional): JSON formatted settings for the columnmondaycom.createSubitem
parentItemId
(TEXT, Required): The unique identifier of the parent item
itemName
(TEXT, Required): The name of the new subitemcolumnValues
(TEXT, Optional): JSON formatted column values for the new subitemmondaycom.createTask
boardId
(NUMBER, Required): The unique identifier of the board where the item will be created
itemName
(TEXT, Required): The name of the new itemcolumnValues
(MULTI_LINE_TEXT, Required): JSON formatted column values for the new item (e.g., status’: ‘Done’, ‘date’: ‘2023-04-15)groupId
(NUMBER, Optional): Optional group ID to place the item in a specific groupmondaycom.addUpdatetoItem
itemId
(TEXT, Required): The unique identifier for the item
updateText
(MULTI_LINE_TEXT, Required): The text content of the update/commentmondaycom.updateItem
itemId
(TEXT, Required): The unique identifier for the item (task) to be updated
boardId
(TEXT, Required): The unique identifier of the board containing the itemvalue
(TEXT, Required): The new value for the columncolumnId
(TEXT, Required): The ID of the column to update (e.g., ‘status’, ‘text’, ‘date’)mondaycom.updateItemColumnValues
boardId
(TEXT, Required): The unique identifier of the board containing the item
itemId
(TEXT, Required): The unique identifier of the item to updatecolumnId
(TEXT, Required): The ID of the column to update (e.g., ‘status’, ‘text’, ‘date’)columnValue
(TEXT, Required): The new value for the columnmondaycom.moveItemtoGroup
boardId
(TEXT, Required): The unique identifier for the Monday.com board
itemId
(TEXT, Required): The unique identifier for the item to movegroupId
(TEXT, Required): The identifier of the destination groupIssue | Solution |
---|---|
Authentication failed | Verify your API Key credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |