Actions
| Name | Description |
|---|---|
monday_create_columnCreates a new column in board. | Creates a new column in board. |
monday_create_groupCreates a new group in board. | Creates a new group in board. |
monday_create_itemCreates a new item inside a board. | Creates a new item inside a board. |
monday_create_updateCreates a new update. | Creates a new update. |
monday_get_board_valuesGets a list of board's items. | Gets a list of board's items. |
monday_get_item_column_valuesGets column values of an item. | Gets column values of an item. |
monday_update_column_values_of_itemUpdates multiple columns values of specific item. | Updates multiple columns values of specific item. |
monday_update_item_nameUpdates an item name. | Updates an item name. |
monday_upload_file_to_columnUpload a file to a column in Monday. | Upload a file to a column in Monday. |
Triggers
| Name | Description |
|---|---|
monday_new_item_in_boardTriggers when a new item is created in board. | Triggers when a new item is created in board. |
monday_specific_column_updatedTriggers when a specific column value is updated in board. | Triggers when a specific column value is updated in board. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'monday',
actionName: 'monday_create_column',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect monday.com to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does monday.com support?
monday.com supports 9 actions including Create Column, Create Group, Create Item, Create Update, Get Board Values, and more.
Can I use monday.com with AI agents?
Yes. Add monday.com to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does monday.com use?
monday.com uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the monday.com integration cost?
The monday.com integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does monday.com support?
monday.com supports 2 triggers including New Item in Board, Specific Column Value Updated in Board.
Connect monday.com in 2 minutes
Get 1,000 free actions every month. No credit card required.