Creating a Custom OAuth Application
To create a custom OAuth application for use in Monday:
- Login to your Monday account dashboard.
- Click the avatar icon and select Developers.
- In MyApps, click Create App.
- In the new application's Basic Information section, record the application's OAuthClientId and OAuthClientSecret.
- In the new application's OAuth section, enable the following scopes:
- boards:read
- boards:write
- workspaces:read
- workspaces:write
- docs:read
- docs:write
- webhooks:read
- webhooks:write
- users:read
- account:read
- updates:read
- updates:write
- assets:read
- tags:read
- teams:read
- notifications:write
- If this will be a Desktop app, specify a redirect URL of http://localhost:3333.