eavz
monday.com

monday.com

Work operating system for businesses

9 actions
2 triggers

Actions

Name
monday_create_column

Creates a new column in board.

monday_create_group

Creates a new group in board.

monday_create_item

Creates a new item inside a board.

monday_create_update

Creates a new update.

monday_get_board_values

Gets a list of board's items.

monday_get_item_column_values

Gets column values of an item.

monday_update_column_values_of_item

Updates multiple columns values of specific item.

monday_update_item_name

Updates an item name.

monday_upload_file_to_column

Upload a file to a column in Monday.

Triggers

Name
monday_new_item_in_board

Triggers when a new item is created in board.

monday_specific_column_updated

Triggers when a specific column value is updated in board.

Quick Start

TypeScript
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.