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 operation creates a new board in a specified workspace on Monday.com. It allows users to define the board's name, kind (public, private, or shareable), description, template, and folder placement. Additionally, it supports adding user and team subscribers with ownership roles. This operation is useful for automating project setup, organizing workspaces, and managing team collaboration by programmatically creating boards with predefined settings and subscribers.
Use Case Examples
- Automatically create a new project board in a specific workspace when a new client is onboarded.
- Set up a private board with a template and assign team members as owners and subscribers.
- Create a shareable board in a designated folder with a description for external collaboration.
Properties
| Name | Meaning |
|---|---|
| Workspace | The workspace in which the new board will be created. This is a required selection from available workspaces or can be specified by ID using an expression. |
| New Board Name | The name of the new board to be created. This is a string input where the user specifies the board's title. |
| Board Kind | The type of board to create, which can be Public, Private, or Shareable. This determines the board's visibility and access level. |
| Description | An optional text description for the board, providing additional context or details about its purpose. |
| Template ID | An optional template ID to base the new board on, allowing for pre-configured board structures. |
| Folder ID | The folder within the workspace where the board will be placed. This is a required selection from available folders or can be specified by ID using an expression. |
| User Subscribers | A collection of users to subscribe to the board, with an option to mark them as owners. Multiple users can be added. |
| Team Subscribers | A collection of teams to subscribe to the board, with an option to mark them as owners. Multiple teams can be added. |
Output
JSON
id- The unique identifier of the newly created board.url- The URL link to access the newly created board.
Dependencies
- Monday.com API
Troubleshooting
- Ensure the API key credential is correctly configured and has permissions to create boards in the specified workspace.
- Verify that the workspace and folder IDs are valid and accessible by the API key user.
- Check that the board name is not empty and does not contain invalid characters.
- If adding subscribers, ensure the user and team IDs exist and the API key user has rights to add them.
Links
- Monday.com API - Create a Board - Official documentation for creating boards using the Monday.com API.