--- title: 'Monday.com' description: 'Manage boards, items, and updates with the Monday.com API.' --- # Monday.com Manage boards, items, and updates with the Monday.com API. | Detail | Value | |---|---| | Category | Productivity | | Base URL | `https://api.monday.com/v2` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `monday` | ## Using Monday.com in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Monday.com** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /](./post_data_queryboards) | Query boards via GraphQL | | [POST /](./post_data_queryitems) | Query items via GraphQL | | [POST /](./post_data_createitem) | Create an item via GraphQL mutation | | [POST /](./post_data_updateitem) | Update an item via GraphQL mutation | | [POST /](./post_data_createupdate) | Create an update on an item | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.