Creates a Monday.com board; `template_id` if used must be accessible, and `folder_id` must be in `workspace_id` if both are provided.
folder_idintegerID of the folder for the board. If `workspace_id` is absent, the board uses this folder's containing workspace. If `workspace_id` is present, this folder must be within the specified workspace.
board_kindRequiredstringThe kind of board to create, determining its visibility and access.
board_nameRequiredstringThe name for the new board.
descriptionstringDescription for the new board.
template_idintegerID of an accessible template to use for the new board.
workspace_idintegerNumeric ID of the workspace for the board. Use MONDAY_GET_WORKSPACES action to retrieve valid workspace IDs. This field is optional - if omitted, the board is created in the default workspace. If `folder_id` is given, this workspace must contain that folder.
board_owner_idsarrayUser IDs to be assigned as owners of the board.
board_subscriber_idsarrayUser IDs to be subscribed to the board.
board_subscriber_teams_idsarrayTeam IDs to be subscribed to the board.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.