Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

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

  1. Creating a new project team with specified members for a collaborative workspace.
  2. Automating the setup of guest teams for external collaborators with restricted access.
  3. 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

Discussion