Overview

Pre-built tooling

Pre-built integrations

No pre-built integration yet (time to contribute: <48h)

Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

1

Access the Monday Developers' section

Log in to your Monday account. Click on the profile icon in the top right corner and select Developers.

2

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.

3

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.

4

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.

5

Next

Follow the Quickstart to set up your Monday integration in Nango.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

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.
Contribute API gotchas by editing this page