Skip to content

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.

Prerequisites#

  • Create a monday.com account.
  • For OAuth2, register a new monday.com app with the scopes boards:write and boards:read.

Supported authentication methods#

  • API token
  • OAuth2

Refer to monday.com's API documentation for more information about authenticating with the service.

Using API token#

To configure this credential, you'll need:

  • An API Token V2: You generate API tokens differently depending on whether you're a monday.com admin or user. Refer to monday.com API Authentication for detailed instructions for both user types.

Using OAuth2#

To configure this credential, you'll need:

  • A Client ID
  • A Client Secret

To generate both these fields, register a new monday.com application. Refer to Creating a new app for instructions, and refer to OAuth and permissions for details on the OAuth setup.

Use these settings in your app:

  • Use scopes boards:write and boards:read at minimum.
  • Copy the OAuth Redirect URL from n8n and enter this as the Redirect URI in your app.