Create Board
Creates a new board.
External Documentation
To learn more, visit the Monday documentation.
Parameters
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. |
Example Output
{
"data": {
"create_board": {
"id": "12312389"
}
},
"account_id": 12345678
}
Workflow Library Example
Create Board with Monday and Send Results Via Email
Preview this Workflow on desktop