Skip to main content

Monday Connector

Monday Manage boards, tasks and workflows within Monday.

Connections

API Key

API Key connection

InputCommentsDefault
API KeyAPI Key

OAuth 2.0

OAuth 2.0 connection

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
ScopesSpace separated OAuth 2.0 permission scopes for Monday. See https://developer.monday.com/apps/docs/oauth#set-up-permission-scopes.account:read assets:read boards:read boards:write me:read notifications:write tags:read teams:read updates:read updates:write users:read users:write webhooks:write workspaces:read workspaces:write
Client IDClient Identifier of your app for Monday
Client SecretClient Secret of your app for Monday

Actions

Archive Board

Delete the information and metadata of a board by Id

InputCommentsDefault
Connection
Board IDProvide the unique identifier of the board
API VersionProvide the version of the API you want to use. If none provided, the default 2025-04 version will be used.

Create Board

Create a new board inside your Monday account

InputCommentsDefault
Connection
Board NameProvide a string value for the name of the board.
Board KindProvide a string value for the kind of board.
Folder IDProvide the unique identifier of the folder.
Workspace IDProvide the unique identifier of the workspace.
Template IDProvide the unique identifier of the template that your board extends.
API VersionProvide the version of the API you want to use. If none provided, the default 2025-04 version will be used.

Generic GraphQL Request

Issue any GraphQL query or mutation with variables

InputCommentsDefault
Connection
Query or Mutation
{
me {
id
email
}
}
Variables
Variables Object
API VersionProvide the version of the API you want to use. If none provided, the default 2025-04 version will be used.

Get Board

Get the information and metadata of a board by ID

InputCommentsDefault
Connection
Board IDProvide the unique identifier of the board
API VersionProvide the version of the API you want to use. If none provided, the default 2025-04 version will be used.

Get Items By Column Value

Fetch items that have a certain column value.

InputCommentsDefault
Connection
Board IDProvide the unique identifier of the board
Column IDProvide the ID of the column. For possible values see https://developer.monday.com/api-reference/reference/column-types-reference#supported-columns.
Column ValueThe column's value to search items by
Get All ItemsIf turned off, a maximum of 500 items will be returned.false
API VersionProvide the version of the API you want to use. If none provided, the default 2025-04 version will be used.

Get Items By Column Value (Deprecated)

Fetch items that have a certain column value. This version of the action is being deprecated. Please replace action with Get Items By Column Value.

InputCommentsDefault
Connection
Board IDProvide the unique identifier of the board
Column IDProvide the ID of the column. For possible values see https://developer.monday.com/api-reference/reference/column-types-reference#supported-columns.
Column ValueThe column's value to search items by
API VersionProvide the version of the API you want to use. If none provided, the default 2025-04 version will be used.

List Boards

List all available boards in your Monday account

InputCommentsDefault
Connection
Result LimitProvide an integer value for the maximum amount of results that will be returned. Provide a value from 1 to 1000.
Page OffsetProvide an integer value for the page offset for the given object's results.
API VersionProvide the version of the API you want to use. If none provided, the default 2025-04 version will be used.