カスタムOAuth アプリケーションの作成
Monday で使用するカスタムOAuth アプリケーションを作成するには:
- Monday アカウントダッシュボードにログインします。
- アバターアイコンをクリックしてDevelopers を選択します。
- MyApps でCreate App をクリックします。
- 新しいアプリケーションのBasic Information セクションで、アプリケーションのOAuthClientId およびOAuthClientSecret を記録します。
- 新しいアプリケーションのOAuth セクションで、以下のスコープを有効にします。
- 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
- デスクトップアプリの場合は、リダイレクトURL にhttp://localhost:3333 を指定します。