To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board’s unique identifier.

Example Output

{    "data": {        "boards": [            {                "columns": [                    {                        "id": "name",                        "title": "Name",                        "description": null,                        "type": "name"                    },                    {                        "id": "subitems",                        "title": "Subitems",                        "description": null,                        "type": "subtasks"                    }                ]            }        ]    },    "account_id": 12345678}

Workflow Library Example

List Columns with Monday and Send Results Via Email

Preview this Workflow on desktop