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