Skip to main content

Monday.com

Manage Monday.com boards from your Collabase automations. Create items with column values, post text updates, search for items by name, and list all boards — using Monday.com’s GraphQL API.

Authentication

Auth type: API Key (Personal API Token) Find your token in Monday.com → Profile → Developers → My Access Tokens.
CredentialDescription
Personal API TokenYour Monday.com personal API token

Triggers

TriggerWhen it fires
Item CreatedA new item (row) is added to a board
Column Value ChangedAny column on an item is updated
Status ChangedAn item’s status column changes to a new value

Actions

ActionKey inputsKey outputs
Create ItemboardId, itemName, groupId, columnValues (JSON)itemId, name, boardId, groupId, columnValues[]
Update ItemboardId, itemId, columnValues (JSON)itemId, name
Get ItemitemIditemId, name, boardId, groupId, columnValues[]
Archive ItemitemIditemId, archived
Post UpdateitemId, body (HTML supported)updateId
Search ItemsboardId, term, limititems[], count
List Boardslimitboards[] — boardId, name, description
Pass columnValues as a JSON string where keys are column IDs (not display names). You can find the column ID by opening a board in Monday.com, clicking a column header, and selecting Column settings.