Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
Overview
This node interacts with Monday.com boards and items, specifically supporting operations related to boards such as retrieving details of a specific board. For the 'Get a Board' operation, it fetches detailed information about a selected Monday.com board, including its ID, name, description, kind, columns, groups, item count, subscribers, URL, last update time, and workspace details. This is useful for workflows that need to access or manipulate board metadata, for example, to display board details, synchronize board data, or trigger actions based on board properties.
Use Case Examples
- Retrieve detailed information about a specific Monday.com board by selecting it from a list or specifying its ID.
- Use the board details in subsequent workflow steps to analyze board structure or manage board content programmatically.
Properties
| Name | Meaning |
|---|---|
| Board | The ID of the Monday.com board to retrieve details for. This can be selected from a list of boards or specified using an expression. |
Output
JSON
id- The unique identifier of the board.name- The name of the board.description- The description of the board.board_kind- The kind of the board (e.g., public, private).columns- An array of columns on the board, each with its ID, title, and type.groups- An array of groups within the board, each with its ID and title.items_count- The total number of items on the board.subscribers- A list of users subscribed to the board, each with their ID and name.url- The URL link to the board.updated_at- The timestamp of the last update to the board.workspaceid- The ID of the workspace the board belongs to.name- The name of the workspace the board belongs to.
Dependencies
- Monday.com API access via an API key credential
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access board data.
- Verify that the board ID provided is valid and accessible by the API key used.
- Common error messages include 'API Key not found' if the credential is missing, or 'Board ID is required' if the board ID parameter is not provided.
- If the API returns errors, check the error message details for issues such as insufficient permissions or invalid queries.
Links
- Monday.com API Documentation - Official documentation for Monday.com API, useful for understanding available queries and mutations.