Overview
Work operating system that unifies project management, task tracking, and team collaboration. Through Langdock’s integration, you can access and manage Monday.com directly from your conversations.Authentication: API Key
Category: Productivity & Collaboration
Availability: All workspace plans
Category: Productivity & Collaboration
Availability: All workspace plans
Available Actions
Get Boards
mondaycom.getBoards
Returns the available boards and their information
Requires Confirmation: No
Parameters: None
Output: Returns a list of boards with their IDs and names
Get Items
mondaycom.getItems
Retrieves items available on a specific board
Requires Confirmation: No
Parameters:
boardId
(TEXT, Required): The unique identifier for the Monday.com board from which to retrieve itemscolumnIds
(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 board
Get Item Updates
mondaycom.getItemUpdates
Retrieves updates (comments) for a specific item
Requires Confirmation: No
Parameters:
itemId
(TEXT, Required): The unique identifier for the itemlimit
(NUMBER, Optional): Maximum number of updates to retrieve (default: 10)
Create Column
mondaycom.createColumn
Creates a new column on a specific board
Requires Confirmation: Yes
Parameters:
boardId
(TEXT, Required): The unique identifier for the Monday.com boardtitle
(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 column
Create Subitem
mondaycom.createSubitem
Creates a new subitem under a parent item
Requires Confirmation: Yes
Parameters:
parentItemId
(TEXT, Required): The unique identifier of the parent itemitemName
(TEXT, Required): The name of the new subitemcolumnValues
(TEXT, Optional): JSON formatted column values for the new subitem
Create Task
mondaycom.createTask
Creates a new item in a Monday.com board with specified column values
Requires Confirmation: Yes
Parameters:
boardId
(NUMBER, Required): The unique identifier of the board where the item will be createditemName
(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 group
Add Update to Item
mondaycom.addUpdatetoItem
Adds an update (comment) to a specific item
Requires Confirmation: Yes
Parameters:
itemId
(TEXT, Required): The unique identifier for the itemupdateText
(MULTI_LINE_TEXT, Required): The text content of the update/comment
Update Item
mondaycom.updateItem
Updates a specific item in a board in Monday.com
Requires Confirmation: Yes
Parameters:
itemId
(TEXT, Required): The unique identifier for the item (task) to be updatedboardId
(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’)
Update Item Column Values
mondaycom.updateItemColumnValues
Updates column values for an existing item in Monday.com
Requires Confirmation: Yes
Parameters:
boardId
(TEXT, Required): The unique identifier of the board containing the itemitemId
(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 column
Move Item to Group
mondaycom.moveItemtoGroup
Moves an item to a different group within the same board
Requires Confirmation: Yes
Parameters:
boardId
(TEXT, Required): The unique identifier for the Monday.com boarditemId
(TEXT, Required): The unique identifier for the item to movegroupId
(TEXT, Required): The identifier of the destination group
Common Use Cases
Data Management
Manage and organize your Monday.com data
Automation
Automate workflows with Monday.com
Reporting
Generate insights and reports
Integration
Connect Monday.com with other tools
Best Practices
Getting Started:
- Enable the Monday.com integration in your workspace settings
- Authenticate using API Key
- Test the connection with a simple read operation
- Explore available actions for your use case
Important Considerations:
- Ensure proper authentication credentials
- Respect rate limits and API quotas
- Review data privacy settings
- Test operations in a safe environment first
Troubleshooting
Issue | 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 |