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 team in the Worktables (Monday.com) platform. It allows users to specify the team name, whether the team is a guest team, the users to be added to the team, and whether to allow the creation of an empty team. This operation is useful for managing team structures within a project management or collaboration environment, enabling automation of team creation and user assignment.
Use Case Examples
- Creating a new project team with specified members for a collaborative workspace.
- Automating the setup of guest teams for external collaborators with restricted access.
- Creating empty teams for future assignment and organization.
Properties
| Name | Meaning |
|---|---|
| Team Name | The name of the team to be created. |
| Is Guest | Indicates whether the team is a guest team (external collaborators). |
| Users | List of user IDs to be added as members of the team. |
| Allow Empty Team | Whether to allow creation of a team without any users. |
Output
JSON
id- The unique identifier of the created team.name- The name of the created team.
Dependencies
- An API key credential for Worktables (Monday.com) API authentication.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to create teams.
- Verify that the 'Team Name' property is provided and not empty, as it is required.
- If adding users, ensure the user IDs are valid and exist in the system.
- If the operation fails, check the error message returned by the API for details, such as permission issues or invalid input.
Links
- Monday.com API Documentation - Official API documentation for Monday.com, useful for understanding team creation and related API calls.