Monday.com

Monday.com integration on indie.money — manage boards, items, and team workflows

Written By pvdyck

Last updated About 3 hours ago

Monday.com

Community — Available, not yet validated

VendorMonday.com
NodesMonday.com
Tier⬜ Community
AuthAccess Token or OAuth2 via Secure Vault

Overview

Manage boards, columns, groups, and items on Monday.com. Create and organize project boards, add and update items, and query board data programmatically.

Resources & Operations

ResourceOperationDescription
BoardArchiveArchive a board
BoardCreateCreate a new board (name, kind, template)
BoardGetGet a board by ID
BoardGet ManyList boards from your account
Board ColumnCreateAdd a column to a board (text, number, date, status, etc.)
Board ColumnGet ManyList all columns on a board
Board GroupCreateCreate a new group within a board
Board GroupDeleteRemove a group from a board
Board GroupGet ManyList all groups on a board
Board ItemAdd UpdatePost an update/comment on an item
Board ItemChange Column ValueUpdate a single column value
Board ItemChange Multiple Column ValuesUpdate several columns at once
Board ItemCreateCreate a new item in a board group
Board ItemDeleteRemove an item
Board ItemGetGet an item by ID
Board ItemGet By Column ValueSearch items by a specific column value
Board ItemGet ManyList items on a board
Board ItemMoveMove an item to a different group

Supported Column Types: Checkbox, Country, Date, Dropdown, Email, Hour, Link, Long Text, Numbers, People, Person, Phone, Rating, Status, Tags, Team, Text, Timeline, Timezone, Week, World Clock

Tips

  • Monday.com uses a GraphQL API. The node handles query construction automatically.
  • Use Get By Column Value to search items without knowing their ID.
  • Change Multiple Column Values accepts a JSON object for bulk column updates.

Authentication

Access Token or OAuth2 via Secure Vault. For Access Token auth, generate a token from your Monday.com admin settings.

Status

This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.