Monday
Overview
Pre-built tooling
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
Access the Monday Developers' section
Log in to your Monday account. Click on the profile icon in the top right corner and select Developers.
Create an OAuth application
On the Developers section, click on the Create App button. Select the newly created app from the list. Scroll down to the App Credentials section. Copy the Client ID and Client Secret. You will need them when configuring Nango.
Configure the redirect URL
On the created app page, select the Build dropdown at the right side of the page.
Select OAuth and Permissions
At the top of the page, select the Redirect URLs tab.
Add the following Redirect URL: https://api.nango.dev/oauth/callback
.
Click on Save Scopes.
Promoting the Monday app to live
At the top right of the page, click on the Promote to Live button. Click on the confirmation button.
Next
Follow the Quickstart to set up your Monday integration in Nango.
Useful links
- How to register an Application
- OAuth-related docs
- List of OAuth scopes
- Monday API docs
- API rate limiting
API gotchas
- Access tokens do not expire and will be valid until the user uninstalls your app. Our OAuth flow does not support refresh tokens at the moment.