Monday
Monday is a project management tool that helps teams plan, track, and manage their work.
Authentication Types
Monday supports 3 authentication methods:
-
OAuth - Create your own Monday app with custom scopes. Every user connects with their Monday account.
- Pros: Full control, per-user tracking, production-ready
- Cons: ~2 min setup
-
Instant OAuth - Use Webrix's pre-configured Monday app for the fastest setup.
- Pros: Fastest setup, no configuration needed
- Cons: Limited scopes, not recommended for production
-
API Key - Use a personal API token for all users.
- Pros: Easy setup
- Cons: Less secure, no per-user tracking
Setting up OAuth
- Click Create app
- Enter an App name and click Create
- In the left sidebar, go to OAuth
-
Under Redirect URLs, click Add URL
-
Copy the Redirect URL from Webrix and paste it
- Scroll down to Scopes and select the permissions you need
-
Click Save
-
Go to Basic Information in the sidebar
-
Copy the Client ID and Client Secret
-
In Webrix, paste the Client ID and Client Secret
-
Select the same scopes you configured in Monday
-
Click Save Changes
Generating an API Key
-
Go to monday.com
-
Click on your avatar in the bottom left corner
-
Select Developers
- Go to My access tokens tab
- Click Show next to your personal API token (or generate one if you don't have one)
- Copy the token and paste it into Webrix