Built by Metorial, the integration platform for agentic AI.
Create a new workspace in the Monday.com account.
Create a sub-item under a parent item. Sub-items are nested items that appear within the parent item. Optionally set initial column values.
Update a workspace's name or description, or delete the workspace entirely.
Retrieve activity log entries for one or more boards. Activity logs capture a history of changes and actions performed on the board, including item creation, column updates, status changes, etc.
Update an item's column values, move it to a different group, archive it, or delete it. For column value updates, provide a JSON object mapping column IDs to their new values.
Retrieve users from the Monday.com account. Filter by user IDs, email addresses, or name. Returns user profile details and team memberships.
Retrieve all groups from a board. Groups are sections that organize items within a board.
Retrieve all tags in the Monday.com account. Tags are used to label and categorize items across boards.
Create a new group on a board. Groups are used to organize items into sections.
Retrieve teams from the Monday.com account. Optionally filter by team IDs. Returns team members and owners.
Create a new item (row) on a Monday.com board. Optionally place it in a specific group and set initial column values. Column values should be a JSON object mapping column IDs to their values, formatted per Monday.com's column value specification.
Retrieve all columns (fields) defined on a board. Returns column metadata including type, title, and settings.
Retrieve boards from the Monday.com account. Supports filtering by board IDs, workspace, board kind, and state. Returns board metadata including columns, groups, and owners.
Post a new update (comment) on an item, or reply to an existing update by providing the parent update ID. Updates support HTML formatting.
Retrieve items from a board or by item IDs. When fetching by board, supports pagination via cursor and filtering by group. Returns item data including column values and sub-item references.
Update a board's properties such as name, description, or communication settings. Can also archive or delete a board.
Update a group's properties (title or color), archive it, or delete it from a board.
Retrieve updates (comments/discussions) from an item or by update IDs. Updates include threaded replies.
Create a new board in Monday.com. Specify the board name, visibility type, and optionally assign it to a workspace or folder.
Add a new column to a board. Specify the column type using Monday.com's column type identifiers (e.g., status, text, numbers, date, people, dropdown, checkbox, email, phone, timeline, etc.).
Retrieve workspaces from the Monday.com account. Workspaces are organizational containers that hold boards, dashboards, and folders.
Send a notification to a specific user on behalf of the authenticated user. The notification is linked to a target item on a board.
Permanently delete an update (comment) from an item.