This page describes how to set up and configure a third-party application before creating the Monday data store.
Create OAuth app
Sign in to your Monday.com account.
Click the profile icon and select Developers.
In the My apps page, click Create app.
In the Create new app dialog, enter an App name and App slug and click Submit.
Click the app that you created.
In the application page, copy the Client ID and Client secret, and store them securely for later use.
Set redirect URL and scopes
After creating the OAuth app, configure its redirect URL and scopes:
In the My apps page, click the app that you created in previous section.
Open the OAuth application page.
In the navigation menu, go to Build > OAuth & permissions.
In the OAuth & permissions page, do the following:
a. Select the Redirect URL tab.
b. In the Redirect URL field, enter
https://vertexaisearch.cloud.google.com/oauth-redirect.c. Select the Scopes tab.
d. Select the following scopes:
Scope Purpose account:read Allows the app to view account details and user information. assets:read Allows the app to view and download files (assets) attached to items or updates. boards:read Grants access to view board structures, column metadata, and all item data within boards. docs:read Allows the app to read the content and structure of Monday Workdocs. me:read Allows the app to view information about the authenticated user. users:read Allows the app to view user details and profiles within the account. tags:read Allows the app to view tags associated with items or boards. teams:read Allows the app to view team information and structures. updates:read Allows the app to read updates (posts), replies, and activity logs on items. webhooks:read Allows the app to view the list of existing webhooks configured on a board. workspaces:read Grants permission to view workspace names, IDs, and their internal structures. e. Click Save scopes.