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. boards:write Allows the app to create, modify, and delete boards, groups, columns, items, values, and widgets. docs:read Allows the app to read the content and structure of Monday Workdocs. docs:write Allows the app to create, edit, and delete Monday Workdocs. me:read Allows the app to view information about the authenticated user. tags:read Allows the app to view tags associated with items or boards. teams:read Allows the app to view team information and structures. teams:write Allows the app to create, update, and manage teams and team users. updates:read Allows the app to read updates (posts), replies, and activity logs on items. updates:write Allows the app to create and modify updates (posts) and comments on items. users:read Allows the app to view user details and profiles within the account. users:write Allows the app to update and modify user profiles and account details. 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. workspaces:write Grants permission to create, update, and manage workspaces and folders. e. Click Save scopes.
Activate and install the app
To ensure the app is accessible to your organization, you must promote the version to "Live" and complete the installation.
In the navigation menu, go to Build > App versions.
Locate the current version of your app and click Promote to live.
In the navigation menu, go to Publish > Install.
Click Install App. This authorizes the application for use within your Monday.com organization.