π Quickstart
Connect to Monday with Nango and see data flow in 2 minutes.Create an integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Monday.
Authorize Monday
Go to Connections -> Add Test Connection -> Authorize, then log in to Monday. Later, youβll let your users do the same directly from your app.
Call the Monday API
Letβs make your first request to the Monday API (Get boards). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials dynamically via the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Monday Integration Guides
Nango maintained guides for common use cases.- How to register your own Monday OAuth app
Register an OAuth app with Monday and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Monday
Enable them in your dashboard. Extend and customize to fit your needs.Others
| Function name | Description | Type | Source code |
|---|---|---|---|
boards | Sync boards from monday.com. | Sync | π Github |
columns | Sync columns from monday.com | Sync | π Github |
groups | Sync groups from monday.com | Sync | π Github |
subitems | Sync subitems from monday.com | Sync | π Github |
teams | Sync teams from monday.com | Sync | π Github |
updates | Sync updates from monday.com. | Sync | π Github |
users | Sync users from monday.com. | Sync | π Github |
workspaces | Sync workspaces from monday.com. | Sync | π Github |
API gotchas
- Access tokens do not expire and will be valid until the user uninstalls your app. Mondayβs OAuth flow does not support refresh tokens at the moment.