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 appspage, click Create app.
-
In the Create new appdialog, enter an App nameand App slugand click Submit.
-
Click the app that you created.
-
In the application page, copy the Client IDand 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 appspage, 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 & permissionspage, do the following:
a. Select the Redirect URLtab.
b. In the Redirect URLfield, enter
https://vertexaisearch.cloud.google.com/oauth-redirect.c. Select the Scopestab.
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.

