External DocumentationTo learn more, visit the Monday documentation.
Actions
Create Board
Creates a new board.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Board Kind | The created board’s kind: public, private, or share. |
| Board Name | The name of the created board. |
| Description | The board’s description. |
| Template ID | The board’s template id. |
{
"data": {
"create_board": {
"id": "12312389"
}
}
}
Was this page helpful?