Monday
Overview
SLUG: MONDAY
Description
Monday.com is a customizable work management platform for project planning, collaboration, and automation, supporting agile, sales, marketing, and more
Authentication Details
OAuth2
Connecting to Monday
Create an auth config
Use the dashboard to create an auth config for the Monday toolkit. This allows you to connect multiple Monday accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Monday toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
MONDAY_ADD_USERS_TO_BOARD
Tool Name: Add users to board
Description
Action Parameters
Action Response
MONDAY_CHANGE_SIMPLE_COLUMN_VALUE
Tool Name: Change simple column value
Description
Action Parameters
Action Response
MONDAY_CREATE_BOARD
Tool Name: Create a Monday board
Description
Action Parameters
Action Response
MONDAY_CREATE_COLUMN
Tool Name: Create column
Description
Action Parameters
Action Response
MONDAY_CREATE_ITEM
Tool Name: Create item
Description
Action Parameters
Action Response
MONDAY_LIST_BOARDS
Tool Name: List Monday boards
Description
Action Parameters
Action Response
MONDAY_LIST_BOARD_ITEMS
Tool Name: List board items
Description
Action Parameters
Action Response
MONDAY_LIST_USERS
Tool Name: List users
Description
Action Parameters
Action Response
MONDAY_MOVE_ITEM_TO_GROUP
Tool Name: Move item to group
Description
Action Parameters
Action Response
MONDAY_UPDATE_BOARD
Tool Name: Update board
Description
Action Parameters
Action Response
MONDAY_ARCHIVE_BOARD
Tool Name: Archive board
Description
Action Parameters
Action Response
MONDAY_ARCHIVE_ITEM
Tool Name: Archive item
Description
Action Parameters
Action Response
MONDAY_CREATE_GROUP
Tool Name: Create group
Description
Action Parameters
Action Response
MONDAY_DELETE_COLUMN
Tool Name: Delete column
Description
Action Parameters
Action Response
MONDAY_DELETE_GROUP
Tool Name: Delete group
Description
Action Parameters
Action Response
MONDAY_DELETE_ITEM
Tool Name: Delete item
Description
Action Parameters
Action Response
MONDAY_DUPLICATE_ITEM
Tool Name: Duplicate item
Description
Action Parameters
Action Response
MONDAY_GET_GROUP_DETAILS
Tool Name: Get group details
Description
Action Parameters
Action Response
MONDAY_LIST_COLUMNS
Tool Name: List columns
Description
Action Parameters
Action Response
MONDAY_LIST_ITEMS
Tool Name: List items
Description
Action Parameters
Action Response
MONDAY_MOVE_ITEM_TO_BOARD
Tool Name: Move item to board
Description
Action Parameters
Action Response