Skip to main content
The Monday.com node adds Monday.com operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Monday.com also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Monday.com.
You can wire the Monday.com node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Monday.com under Credentials in the node settings. See Connecting credentials for the general flow.

Monday OAuth

Sign in with your Monday.com account when prompted; no keys to copy. Get your credentials here. NoClick requests the following permissions:
  • account:read
  • boards:read
  • boards:write
  • docs:read
  • docs:write
  • workspaces:read
  • workspaces:write
  • users:read
  • users:write
  • teams:read
  • teams:write
  • updates:read
  • updates:write
  • notifications:write
  • webhooks:read
  • webhooks:write
  • assets:read
  • tags:read
  • me:read

Monday api token

Enter the values manually when creating the credential. Get your credentials here.

Operations

Account

OperationIDDescriptionTrigger
Get Current Userget_meGet the authenticated user’s profile and account info.
List Userslist_usersList account users.
List Workspaceslist_workspacesList workspaces in the account.

Boards

OperationIDDescriptionTrigger
Add Teams to Boardadd_teams_to_boardAdd teams as subscribers to a board.
Add Users to Boardadd_users_to_boardSubscribe users to a board as subscribers or owners.
Archive Boardarchive_boardArchive a board.
Create Boardcreate_boardCreate a new board.
Delete Boarddelete_boardPermanently delete a board.
Duplicate Boardduplicate_boardDuplicate a board (structure only, with items, or with items and updates).
Get Boardget_boardFetch a single board’s metadata, columns, and groups by ID.
List Boardslist_boardsList boards in the account (name, columns, groups).
Remove Users from Boardremove_users_from_boardRemove subscribers from a board.
Update Boardupdate_boardUpdate a board’s name, description, or communication settings.

Docs

OperationIDDescriptionTrigger
Create Doccreate_docCreate a new monday.com Doc in a workspace.
Create Doc Blockcreate_doc_blockAdd a content block to a monday.com Doc.
Delete Doc Blockdelete_doc_blockDelete a block from a monday.com Doc.
Get Docsget_docsList monday.com Docs, optionally filtered by workspace or specific doc IDs.
Update Doc Blockupdate_doc_blockUpdate the content of an existing monday.com Doc block.

Files

OperationIDDescriptionTrigger
Get Assetsget_assetsGet file assets (attachments) by their IDs.

Folders

OperationIDDescriptionTrigger
Create Foldercreate_folderCreate a folder in a workspace to organize boards.
Delete Folderdelete_folderDelete a folder.
List Folderslist_foldersList folders in a workspace.
Update Folderupdate_folderRename or move a folder.

Groups & columns

OperationIDDescriptionTrigger
Archive Grouparchive_groupArchive a group and all its items.
Create Columncreate_columnAdd a column to a board.
Create Groupcreate_groupCreate a new group (section) on a board.
Delete Columndelete_columnPermanently delete a column from a board.
Delete Groupdelete_groupDelete a group from a board.
Duplicate Groupduplicate_groupDuplicate a group and all its items.
List Groupslist_groupsList all groups on a board.
Rename Columnrename_columnRename a column on a board.
Update Groupupdate_groupRename or recolor a group.

Items

OperationIDDescriptionTrigger
Archive Itemarchive_itemArchive an item.
Clear Item Updatesclear_item_updatesClear all updates/comments from an item.
Create Itemcreate_itemCreate an item on a board.
Create Subitemcreate_subitemCreate a subitem under a parent item.
Delete Itemdelete_itemPermanently delete an item.
Duplicate Itemduplicate_itemDuplicate an existing item.
Get Items By IDget_itemsFetch specific items by ID with their column values.
Get Subitemsget_subitemsGet all subitems of a parent item.
List Itemslist_itemsList items on a board (cursor-paginated, with column values).
Move Item To Boardmove_item_to_boardMove an item to another board and group.
Move Item To Groupmove_item_to_groupMove an item to a different group within the same board.
Query Items By Column Valuequery_items_by_columnSearch/filter items on a board by a column value.
Update Item Column Valuechange_column_valueChange one column’s value on an item (typed JSON value).
Update Multiple Column Valueschange_multiple_column_valuesChange several columns at once via a JSON map.
Update Simple Column Valuechange_simple_column_valueChange a column using a plain string value (simple types).

Tags

OperationIDDescriptionTrigger
Create or Get Tagcreate_or_get_tagCreate or get an existing account-level tag.
Get Tagsget_tagsGet account-level tags.

Teams

OperationIDDescriptionTrigger
Add Users To Teamadd_users_to_teamAdd users to a team.
Create Teamcreate_teamCreate a new team in the account.
Delete Teamdelete_teamDelete a team from the account.
Get Teamsget_teamsList teams in the account.
Remove Users From Teamremove_users_from_teamRemove users from a team.

Updates

OperationIDDescriptionTrigger
Unlike Updateunlike_updateRemove a like from an update (comment).

Updates & notifications

OperationIDDescriptionTrigger
Create Notificationcreate_notificationSend an in-app notification to a user.
Create Update (Comment)create_updatePost an update/comment on an item.
Delete Updatedelete_updateDelete an update/comment.
Edit Updateedit_updateEdit an existing update/comment.
Get Item Updatesget_updatesGet updates/comments on an item.
Like Updatelike_updateLike an update/comment.

Webhooks

OperationIDDescriptionTrigger
Create Webhookcreate_webhookRegister a webhook on a board for an event type.
Delete Webhookdelete_webhookRemove a webhook by ID.
List Webhookslist_webhooksList all webhooks registered on a board.

Workspaces

OperationIDDescriptionTrigger
Create Workspacecreate_workspaceCreate a new monday.com workspace.
Delete Workspacedelete_workspacePermanently delete a monday.com workspace.
Update Workspaceupdate_workspaceUpdate a monday.com workspace’s name, kind, or description.

Other

OperationIDDescriptionTrigger
On Board Eventon_board_eventFire the workflow when a board event occurs (new item, column change, etc.).Yes