monday.com credentials
You can use these credentials to authenticate the following nodes:
Minimum required version: The monday.com node requires n8n version 1.22.6 or above.
Supported authentication methods
- API token
- OAuth2
Related resources
Refer to monday.com's API documentation (opens in a new tab) for more information about authenticating with the service.
Using API token
To configure this credential, you'll need a monday.com (opens in a new tab) account and:
- An API Token V2
To get your token:
- In your monday.com account, select your profile picture in the top right corner.
- Select Developers. The Developer Center opens in a new tab.
- In the Developer Center, select My Access Tokens > Show.
- Copy your personal token and enter it in your n8n credential as the Token V2.
Refer to monday.com API Authentication (opens in a new tab) for more information.
Using OAuth2
To configure this credential, you'll need a monday.com (opens in a new tab) account and:
- A Client ID
- A Client Secret
To generate both these fields, register a new monday.com application:
- In your monday.com account, select your profile picture in the top right corner.
- Select Developers. The Developer Center opens in a new tab.
- In the Developer Center, select Build app. The app details open.
- Enter a Name for your app, like
n8n integration. - Copy the Client ID and enter it in your n8n credential.
- Show the Client Secret, copy it, and enter it in your n8n credential.
- In the left menu, select OAuth.
- For Scopes, select
boards:writeandboards:read. - Select Save Scopes.
- Select the Redirect URLs tab.
- Copy the OAuth Redirect URL from n8n and enter it as the Redirect URL.
- Save your changes in monday.com.
- In n8n, select Connect my account to finish the setup.
Refer to Create an app (opens in a new tab) for more information on creating apps.
Refer to OAuth and permissions (opens in a new tab) for more information on the available scopes and setting up the Redirect URL.