Create Column
Creates a column on a board within the account, using the board ID.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Board ID | The board's unique identifier. |
Column Type | The type of column to create.Available column types:
|
Description | The column's description. |
Title | The new column's title. |
Example Output
{
"data": {
"create_column": {
"id": "new_column_title",
"title": "New Column Title",
"type": "color",
"description": "My Description"
}
},
"account_id": 12345678
}
Workflow Library Example
Create Column with Monday and Send Results Via Email
Preview this Workflow on desktop