Skip to main content

Create Board

Creates a new board.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board KindThe created board's kind: public, private, or share.
Board NameThe name of the created board.
DescriptionThe board's description.
Template IDThe board's template id.

Example Output

{
"data": {
"create_board": {
"id": "12312389"
}
},
"account_id": 12345678
}

Workflow Library Example

Create Board with Monday and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop