Skip to main content

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

  1. Go to https://monday.com/developers/apps
  1. Click Create app
  1. Enter an App name and click Create
  1. In the left sidebar, go to OAuth
  1. Under Redirect URLs, click Add URL

  2. Copy the Redirect URL from Webrix and paste it

  1. Scroll down to Scopes and select the permissions you need
  1. Click Save

  2. Go to Basic Information in the sidebar

  3. Copy the Client ID and Client Secret

  1. In Webrix, paste the Client ID and Client Secret

  2. Select the same scopes you configured in Monday

  3. Click Save Changes

Generating an API Key

  1. Go to monday.com

  2. Click on your avatar in the bottom left corner

  3. Select Developers

  1. Go to My access tokens tab
  1. Click Show next to your personal API token (or generate one if you don't have one)
  1. Copy the token and paste it into Webrix