monday.com is a customizable work management platform for project planning, collaboration, and automation, supporting agile, sales, marketing, and more
monday.com is a customizable work management platform for project planning, collaboration, and automation, supporting agile, sales, marketing, and more On Nagent, Monday is exposed as a fully-configurable project management integration that any agent can call — 125 actions, and OAuth authentication. No code is required to wire Monday into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Monday to automate the kinds of tasks project management teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Monday into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Monday, with input parameters and output schema. Drop these into any step of an agent built in Helix.
MONDAY_ACCOUNT_TRIGGER_STATISTICSTool to retrieve statistics about account-level triggers and automations. Use when you need to monitor trigger execution metrics including success rates, failure counts, and total execution numbers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ACTIVATE_USERSTool to activate or reactivate users in a Monday.com account. Use when you need to enable user accounts that were previously deactivated. Cannot be used to activate your own account. Requires account management permissions.
Input parameters
List of user IDs to activate. Maximum of 200 user IDs per request.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ADD_SUBSCRIBERS_TO_BOARDTool to add users as subscribers to a Monday.com board. Use when granting subscriber or owner access to specific users on a board. Note: This mutation is deprecated - consider using add_users_to_board instead.
Input parameters
Role for the added users on the board. Possible values: 'owner' or 'subscriber'. Defaults to 'subscriber'.
The board's unique identifier.
Array of user unique identifiers to add as subscribers to the board.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ADD_SUBSCRIBERS_TO_OBJECTTool to add subscribers or owners to a monday.com object. Use when you need to grant users notification access or ownership permissions to a specific object.
Input parameters
The unique identifier of the object to add subscribers to.
The role to assign to users. Defaults to 'subscriber' if not specified. 'owner' grants full control permissions, 'subscriber' grants notification access only.
Array of user identifiers to add as subscribers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ADD_TEAMS_TO_BOARDTool to add teams to a Monday.com board with specified permission levels. Use when you need to associate teams with a board as owners or subscribers.
Input parameters
Role for the added teams on the board. Possible values: 'owner' or 'subscriber'. If not specified, teams will be added as subscribers.
Unique identifier of an existing Monday.com board.
List of unique identifiers for existing Monday.com teams. Pass -1 to subscribe all account members to the board.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ADD_USERS_TO_BOARDAdds users to a Monday.com board with a specified role.
Input parameters
Role for the added users on the board.
Unique identifier of an existing Monday.com board.
List of unique identifiers for existing Monday.com users.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ADD_USERS_TO_TEAMTool to add users to a Monday.com team. Use when updating team membership by adding user(s).
Input parameters
Unique identifier of an existing Monday.com team.
List of unique identifiers for existing Monday.com users.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ADD_USERS_TO_WORKSPACETool to add one or more users to a workspace. Use when inviting existing users to collaborate in a workspace.
Input parameters
The role to assign to the users in the workspace. 'owner' grants full control over the workspace. 'subscriber' grants access to view and collaborate on boards within the workspace.
List of numeric user IDs to add to the workspace. You can get user IDs from the list_users action or from board subscribers.
The unique numeric ID of the workspace to add users to. You can get workspace IDs from the get_workspaces action or from board details.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_AGGREGATE_DATATool to aggregate data across Monday.com boards using groupings and aggregation functions like COUNT, SUM, MEAN, MIN, MAX. Use when you need to compute metrics, counts, or summaries from board data with optional filtering and grouping.
Input parameters
Aggregation query configuration including data source, selections, grouping, and filters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_APP_SUBSCRIPTIONTool to retrieve current app subscription data for the account. Use when you need to check subscription status, billing period, trial status, or pricing information. Must be called within app context using account authentication token.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ARCHIVE_BOARDArchives a specified, existing, and unarchived board in Monday.com; archived boards can typically be restored later.
Input parameters
Identifier of the board to be archived; it must exist and not already be archived.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ARCHIVE_ITEMArchives an existing Monday.com item, moving it from active board views to the archive where it can be potentially restored.
Input parameters
Unique identifier of the Monday.com item to archive.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ARCHIVE_OBJECTArchives a Monday.com object by changing its state to archived rather than permanently deleting it. Use when you need to remove objects from active use while preserving the ability to restore them later.
Input parameters
The unique identifier of the Monday.com object to archive. Can be an ID for various object types like boards, items, or workspaces.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ARCHIVE_WORKSPACETool to archive a Monday.com workspace. Use when you want to soft-remove a workspace from view.
Input parameters
The unique identifier of the workspace to archive.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_AUDIT_LOGSTool to retrieve detailed security-related activity records for a Monday.com account. Use when you need to audit user actions, security events, or account activity. Requires Enterprise plan and account admin permissions with manage_account_security scope.
Input parameters
Page number for pagination (starts at 1).
Number of log entries to return per page.
Array of specific event types to retrieve (e.g., 'login', 'logout').
Filter audit logs for a specific user by their ID.
Filter logs up to this date/time (ISO8601 format).
Filter logs by specific IP address.
Filter logs from this date/time onwards (ISO8601 format).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_BLOCKSTool to retrieve document block data from workdocs via the API. Returns block metadata including type, content, position, and creation info. Use when you need to fetch content blocks from Monday.com documents.
Input parameters
Page number for pagination, starting at 1. Defaults to 1.
Maximum number of blocks to return per document. Defaults to 25.
List of document IDs to retrieve blocks from. At least one doc ID is required.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_BOARDSTool to retrieve board data via the Monday.com API. Returns core metadata (id, name, state, kind, hierarchy type, workspace) about one or multiple boards with filtering options by state, board kind, hierarchy type, and workspace. For structural details, column configurations, or ownership info, use dedicated board enrichment tools.
Input parameters
List of specific board IDs to retrieve. Provide to filter by board IDs.
Page number for pagination; starts at 1.
Maximum number of boards to return. Default is 25.
Filter boards by state. Valid values: 'active', 'archived', 'deleted', 'all'. Default is 'active'.
Sort boards by 'created_at' or 'used_at' in descending order.
Filter boards by type. Valid values: 'private', 'public', 'share'.
List of workspace IDs to filter boards by workspace.
Filter boards by hierarchy type. Can include 'classic', 'multi_level', or both.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CHANGE_SIMPLE_COLUMN_VALUEChanges a specific column's value for a Monday.com item using a simple string, suitable for Text, Status, or Dropdown columns; can create new labels if `create_labels_if_missing` is true for Status/Dropdown columns.
Input parameters
New string value. For Status columns: use either a label name (e.g., 'Done', 'Working on it') or an index number as string (e.g., '1'). For Dropdown columns: use the label name. For Text columns: use plain text.
The unique identifier of the item for which the column value will be updated.
The unique identifier of the board where the item and column are located.
Identifier of the column to change; typically a Text, Status, or Dropdown column.
For Status/Dropdown columns: when true (default), the label will be matched or created if it doesn't exist. Set to false only when using index values or when you want strict label matching.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_COLUMNSTool to retrieve column metadata from boards via the GraphQL API. Returns array of column information including type, title, settings, and capabilities. Use when you need to inspect board structure or column configuration.
Input parameters
Array of board IDs to retrieve columns from. Must provide at least one board ID.
Optional array of specific column IDs to filter. Column IDs are strings (1-20 characters, lowercase letters and underscores only).
Optional array of column types to filter. Available types: auto_number, button, checkbox, color_picker, board_relation, country, creation_log, date, dependency, dropdown, email, file, formula, hour, item_id, last_updated, link, location, long_text, mirror, doc, name, numbers, people, phone, progress, rating, status, tag, text, timeline, timerange, vote, week, world_clock.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CONNECTION_BOARD_IDSTool to retrieve board IDs associated with connection columns. Use when you need to discover which boards can be linked through connection columns. Queries boards and filters for connection columns (board_relation type) to extract the configured board IDs from their settings.
Input parameters
Maximum number of boards to retrieve. Defaults to 25 if not specified.
List of specific board IDs to query. If not provided, queries all accessible boards up to the limit.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CONNECTIONSTool to retrieve connection data for integrations with external services. Use when you need to inspect or manage integrations like Gmail, Slack, or other external service connections. Returns a list of connections with details about authentication, state, and associated accounts.
Input parameters
Page index for offset-based pagination (starts at 1). Use this for traditional page-by-page navigation.
Ordering of returned connections. Use field name for ascending (e.g., 'createdAt') or prefix with '-' for descending (e.g., '-createdAt').
Records per page for offset-based pagination. Determines how many connections are returned per page.
Cursor-based pagination configuration.
Filter by connection state (e.g., 'active', 'inactive'). Only connections matching this state will be returned.
Include connections with automations attached. Set to true to only return connections that have automations.
Include connections created with partial scopes. When true, connections with limited permissions are included.
Validate connection state before returning. When true, the API validates each connection's current state.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CONNECT_PROJECT_TO_PORTFOLIOLinks an existing project board to a portfolio board for centralized management. Requires boards:write scope and Enterprise plan.
Input parameters
The unique identifier of the project board to connect to the portfolio.
The unique identifier of the portfolio board to which the project will be linked.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CONVERT_BOARD_TO_PROJECTConverts a regular Monday.com board into a project board with advanced project management features. Use when upgrading a board to enable project-specific capabilities like timeline views, project status tracking, and owner assignments.
Input parameters
The unique identifier of the board to convert to a project.
Mapping configuration specifying which existing columns should be used for project-specific fields (status, timeline, owner).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_BOARDCreates a Monday.com board; `template_id` if used must be accessible, and `folder_id` must be in `workspace_id` if both are provided.
Input parameters
ID of the folder for the board. If `workspace_id` is absent, the board uses this folder's containing workspace. If `workspace_id` is present, this folder must be within the specified workspace.
The kind of board to create, determining its visibility and access.
The name for the new board.
Description for the new board.
ID of an accessible template to use for the new board.
Numeric ID of the workspace for the board. Use MONDAY_GET_WORKSPACES action to retrieve valid workspace IDs. This field is optional - if omitted, the board is created in the default workspace. If `folder_id` is given, this workspace must contain that folder.
User IDs to be assigned as owners of the board.
User IDs to be subscribed to the board.
Team IDs to be subscribed to the board.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_COLUMNCreates a new column with a specified type and title on a monday.com board.
Input parameters
Title for the new column.
Unique identifier of the board for the new column. Note: Subitems boards are not supported; use create_subitem mutation instead.
JSON string with default values or settings, often for 'status' or 'dropdown' types to define labels. Example: '''{"labels": \["To Do", "In Progress", "Done"\]}'''
Type of the column. Must be a valid GraphQL enum token in snake_case format (e.g., 'long_text', not 'text_long' or 'long-text'). Supported types include: status, text, long_text, numbers, date, dropdown, people, timeline, link, email, phone, rating, checkbox, country, file, hour, week, item_id, location, name, tags, vote, world_clock, creation_log, last_updated, auto_number, formula, connect_boards, button, time_tracking. Note: 'person' is not a valid column type.
Description for the new column.
ID of an existing column after which the new column will be inserted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_CUSTOM_ACTIVITYTool to create a custom activity in the Monday.com Emails & Activities app. Use when you need to define a new activity type with specific color and icon for tracking interactions.
Input parameters
The custom activity's name. Must be non-empty.
The custom activity's color. Must be one of the predefined color values.
The custom activity's icon. Must be one of the predefined icon values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_DASHBOARDTool to create a Monday.com dashboard with associated boards. Use when you need to establish a new dashboard in a workspace with specific board visibility settings.
Input parameters
The dashboard's visibility. Valid values: PRIVATE (default) or PUBLIC.
The dashboard's name. Maximum 255 characters.
The unique identifier(s) of the board(s) to associate with the dashboard. Must provide at least one valid board ID.
The unique identifier of the workspace to create the dashboard in. Use -1 for the main workspace.
The unique identifier of the folder to create the dashboard in.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_DOCTool to create a new doc in Monday.com. Use when you need to add a doc to a workspace or into a doc column on an item.
Input parameters
Access level of the new doc in workspace. Choose one of 'private', 'public', or 'share'.
Title of the new doc. Required with workspace_id and kind for workspace location.
ID of the item containing the doc column. Required with column_id for board location.
ID of the monday doc column on the item (e.g., 'monday_doc'). Required with item_id for board location.
ID of the workspace where the doc will be created. Required with name and kind for workspace location.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_FOLDERTool to create a new folder in a Monday.com workspace to organize boards. Use when you need to structure boards within a workspace by grouping them into folders.
Input parameters
The folder's name.
The folder's color.
The unique identifier of the workspace to create the new folder in.
The ID of the folder you want to nest the new one under. Use this to create subfolder hierarchies.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_GROUPCreates a new group with the given `group_name` on an existing Monday.com board, identified by its `board_id`.
Input parameters
The unique identifier of the Monday.com board where the new group will be created.
The desired name for the new group to be created on the board.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_ITEMCreates a new item on a Monday.com board, optionally assigning it to a group and setting column values.
Input parameters
The board's unique identifier. Note: Subitems boards are not supported for this action; use create_subitem mutation instead.
Optional group ID where the item will be created.
Name of the new item. Maximum length is 256 characters.
Column values for the new item. Accepts either a JSON string or an object/dict. Keys must be valid column IDs and values must match the column type. For date columns, use nested structure: {"date": {"date": "YYYY-MM-DD"}}. For people columns, use array of person IDs: {"person": {"personsAndTeams": \[{"id": 123, "kind": "person"}\]}}. For status columns, use index or label: {"status": {"index": 0}} or {"status": {"label": "Done"}}. Example: {"date": {"date": "2023-12-01"}} or {"status": {"index": 0}}.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_ITEM_FROM_NLCreates a new item on a Monday.com board from a natural language description. Fetches the board's column schema at runtime, uses an LLM to generate the column values and extract the item name, and creates the item.
Input parameters
The Monday.com board ID where the item will be created.
Optional group ID where the item will be created within the board.
Natural language description of the item to create. Must include an item name. Example: 'Create item: Fix login bug, status Working on it, priority High, due date 2025-03-15'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_NOTIFICATIONTool to send a notification to a user. Use when you need to alert a user about a board, item, or update. Call after obtaining the user and target IDs.
Input parameters
The notification text to display.
The recipient user's unique identifier (ID).
The target's unique identifier (ID). If target_type is Post, use an update or reply ID; if Project, use an item or board ID.
The notification target type: 'Post' for updates/replies or 'Project' for items/boards.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_OBJECTTool to create any Monday.com object via GraphQL mutation. Use when you need to create workspaces, boards, items, columns, docs, updates, webhooks, or other Monday.com objects using custom GraphQL queries.
Input parameters
GraphQL mutation query to create an object. Must start with 'mutation'. For read queries, use the appropriate query tool instead. Examples: 'mutation { create_workspace(name: "My Workspace", kind: open) { id name } }' or 'mutation { create_item(board_id: 123, item_name: "Task") { id name } }'
Optional GraphQL variables object to pass with the query. Use this to parameterize your mutation instead of hardcoding values in the query string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_TAGTool to create a new tag or return an existing tag. Use when you need to label items with color-coded tags on a public or private board.
Input parameters
Optional board ID for a private tag; omit for a public tag.
Name of the tag to create; must be non-empty.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_TIMELINE_ITEMTool to create a new timeline item in the Emails & Activities app on a Monday.com item. Use when you need to establish a timeline event or activity on an item. Note: Timeline items created via this action won't trigger automations that run when a new E&A timeline item is created.
Input parameters
URL to add.
Phone number to add. This input isn't verified as a phone number.
The new timeline item's title.
The new timeline item's content.
The ID of the item to create the new timeline item on. Must be a valid item identifier.
The new timeline item's summary. Maximum 255 characters.
Location data to add. This input isn't verified as a location.
The new timeline item's creation time. Must be in ISO8601 format (e.g., 2024-12-10T10:00:00Z).
Time range for a timeline item.
The ID of the new timeline item's custom activity. Required identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_UPDATETool to create a new update for an item or reply to an existing update. Use after determining the target item or update to comment on.
Input parameters
The update's text content.
ID of the item to post the update on.
ID of the parent update to reply under.
If true, attribute the update to the app rather than the current user (API version 2025-10+).
List of entities to mention in the update.
Original creation date in DD-MM-YYYY format (API version 2025-10+).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_USERTool to invite and create a new user. Use when you need to programmatically add new users to your Monday account.
Input parameters
List of email addresses to invite and create.
Product to invite the user to; allowed values: 'crm', 'dev', 'forms', 'knowledge', 'service', 'whiteboard', 'workflows', 'work_management'.
Role to assign to the invited user; allowed values: 'ADMIN', 'GUEST', 'MEMBER', 'VIEW_ONLY'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CREATE_WORKSPACETool to create a Monday.com workspace. Use when you need to programmatically add a workspace after planning your project structure.
Input parameters
The visibility kind of the workspace; allowed values: 'open' or 'closed'.
The name for the new workspace.
Optional description for the new workspace.
Optional account product ID under which to create the workspace (API v2025-07+).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_CUSTOM_ACTIVITYTool to retrieve custom activity data from the Emails & Activities app. Use when you need to list available custom activities with their metadata. Returns up to 50 activities per query.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DEACTIVATE_USERSTool to deactivate users from a monday.com account. Use when you need to remove users from the account; only admins can perform this action, and users cannot deactivate themselves. Deactivating a user also deactivates their integrations and automations.
Input parameters
Array of user identifiers to deactivate. Maximum 200 users per request. Note: Cannot deactivate yourself, and only admins can execute this action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_ASSETTool to remove uploaded files. Since monday.com doesn't provide a direct asset deletion API, this tool deletes the enclosing update or clears files from a File column. Both operations are permanent and irreversible; confirm with the user before invoking.
Input parameters
Deletion strategy: 'update' to delete the update, or 'column' to clear a File column
Item ID whose File column should be cleared (used when target is 'column').
The unique identifier of the asset related to the removal operation.
Board ID of the item (used when target is 'column').
File column ID to clear (used when target is 'column'). For example: 'files'.
ID of the update that contains the attachment to remove (used when target is 'update').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_BOARDTool to permanently delete a board from your Monday.com account. Use when you need to remove a board permanently after verifying its ID. This action cannot be undone.
Input parameters
The unique identifier of the board to be deleted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_COLUMNDeletes a specified column from a Monday.com board; this action is destructive and cannot be undone via the API.
Input parameters
The unique identifier of the board from which the column will be deleted.
The unique identifier of the column to be deleted from the specified board.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_CUSTOM_ACTIVITYTool to delete a custom activity from the Emails & Activities app. Use when you need to remove a custom activity by its unique identifier.
Input parameters
The custom activity's unique identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_DOCTool to delete a Monday.com doc by its ID. Use when you need to remove a doc that is no longer needed.
Input parameters
Unique identifier of the Monday.com doc to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_FOLDERTool to permanently delete a folder and all its contents from a Monday.com workspace. Use when you need to remove a folder along with all nested subfolders and boards. This action is irreversible.
Input parameters
The unique identifier of the folder to be deleted. This will permanently remove the folder and all its nested contents including subfolders and boards.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_GROUPPermanently deletes an existing group (and its items) from an existing board in Monday.com.
Input parameters
Unique identifier of the board containing the group.
Unique identifier of the group to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_ITEMPermanently deletes an existing Monday.com item; this action is irreversible via the API.
Input parameters
The unique identifier of the Monday.com item to be deleted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_OBJECTTool to permanently delete a Monday.com object with a 30-day recovery grace period. Use when you need to remove any object type from Monday.com by its unique identifier.
Input parameters
The unique identifier of the Monday.com object to delete. Can be an ID for various object types like boards, items, or workspaces.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_SUBSCRIBERS_FROM_BOARDTool to remove subscribers from a Monday.com board. Use when revoking subscriber access for specific users on a board.
Input parameters
The board's unique identifier.
Array of user unique identifiers to remove as subscribers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_TAGTool to remove a tag from an item in Monday.com. Important: Monday.com's GraphQL API does not provide a mutation to delete a tag from the account. Tags are account-level entities shared across boards. This action can remove a tag from a specific item by updating its tags column to exclude the given tag_id. To do so, provide item_id and board_id.
Input parameters
The unique identifier of the tag to remove.
The item ID to remove the tag from. If provided, the tag will be removed from this item's tags column. If omitted, the action will report that account-level tag deletion is not supported.
The board ID where the item lives. Required when item_id is provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_TEAMTool to delete an existing team; use when you need to permanently remove a team by its ID after confirming it’s no longer needed.
Input parameters
The unique identifier of the team to be deleted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_TEAMS_FROM_BOARDTool to remove teams from a board; use when you need to revoke team access to a specific board.
Input parameters
The unique identifier of the board from which teams will be removed.
List of unique identifiers for the teams to remove from the board. Multiple teams can be removed in a single operation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_TEAMS_FROM_WORKSPACETool to remove teams from a workspace. Use when revoking workspace access for specific teams.
Input parameters
The unique identifiers of the teams to remove from the workspace.
The workspace's unique identifier from which teams will be removed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_TIMELINE_ITEMTool to delete a timeline item from the Emails & Activities app. Use when you need to remove an existing timeline event or activity from a Monday.com item. This action is irreversible.
Input parameters
The unique identifier of the timeline item to delete. Must be a valid UUID string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_UPDATETool to delete an update by its ID. Use when an update is no longer relevant. Use after confirming deletion is irreversible.
Input parameters
The unique identifier of the update to be deleted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DELETE_WORKSPACETool to permanently delete a workspace by its ID. Use when a workspace is no longer needed. Use after confirming deletion is irreversible.
Input parameters
The unique identifier of the workspace to permanently delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DOCSTool to retrieve Monday.com document data via the API. Use when you need to fetch documents with filtering by IDs, object IDs, workspace IDs, or with pagination support.
Input parameters
List of document IDs to retrieve. These are the internal IDs shown in the top-left corner when developer mode is enabled.
Page number for pagination. Starts at 1. Use in combination with 'limit' to retrieve large result sets.
Maximum number of documents to retrieve per page. Must be between 1 and 100. Defaults to 25.
Field to order results by. 'created_at' sorts by creation time, 'used_at' sorts by last access time. Newest first by default. Not applied when 'ids' parameter is used.
List of object IDs (board or item IDs) associated with the documents. These are the IDs that appear in URLs and doc column values.
List of workspace IDs to filter documents. Only documents within these workspaces will be returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DUPLICATE_BOARDTool to duplicate a Monday.com board with its structure and optionally items and updates. Use when you need to create a copy of an existing board. Duplication is asynchronous and may take time to complete for large boards.
Input parameters
The unique identifier of the board to duplicate. This board must exist.
Destination folder ID within workspace. Required when moving to another workspace.
Name for the new board. If omitted, a name will be auto-generated.
Destination workspace ID. If omitted, the board will be duplicated to the original workspace.
Specifies what to include in the duplicate: structure only, structure and items, or structure, items, and updates.
Whether to copy subscribers from the original board. Defaults to false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_DUPLICATE_ITEMDuplicates an item on a Monday.com board, optionally including its updates.
Input parameters
The unique identifier of the item to be duplicated. This item must exist on the specified `board_id`.
The unique identifier of the board containing the item to be duplicated. This board must exist.
If true, item updates (e.g., comments, replies) are duplicated with the item; if false, the new item is created without any updates.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_EDIT_UPDATETool to modify the text content of an existing update on an item. Use when you need to correct or change a previously posted update.
Input parameters
The update's unique identifier.
The update's new text content.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_ACCOUNT_INFORetrieve account metadata and settings for the authenticated Monday.com account. Use this action to inspect account configuration such as: - Account name, slug, and tier - Active member count - Calendar preferences (first day of week, timeline weekends) - Active products and billing plan details Requires the 'account:read' OAuth scope.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_ACTIVITY_LOGSTool to retrieve activity logs from a specific Monday.com board. Use when you need to track changes, user actions, or board history for auditing or analytics purposes.
Input parameters
End timestamp for filtering activity logs (ISO8601 DateTime format).
Start timestamp for filtering activity logs (ISO8601 DateTime format).
Page number for pagination (starts at 1).
Number of activity logs to return. Default is 25.
The unique identifier of the board to fetch activity logs from. Required.
Filter events by specific item IDs.
Filter events by specific user IDs.
Filter events by specific group IDs.
Filter events by specific column IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_API_VERSIONTool to retrieve the Monday.com API version in use. Use when you need to check which API version is currently active for debugging or compatibility purposes.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_ASSETSTool to retrieve file/asset metadata from monday.com by asset IDs. Returns file information including URL, name, size, extension, and thumbnails for images. Asset IDs originate from updates, update replies, or file-type columns.
Input parameters
Array of asset IDs to retrieve. Must contain at least one ID. Asset IDs from file-type column values may be embedded in nested JSON strings and must be parsed before use.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_BOARD_VIEWSTool to retrieve board view data via GraphQL API. Returns array of board view metadata including type, settings, filters, and access levels. Must be nested within a boards query.
Input parameters
List of board IDs to retrieve views from. Must contain at least one board ID.
Optional filter to retrieve specific view type. Valid types: 'TABLE', 'FORM', 'DASHBOARD', 'APP'. If not specified, all views are returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_FAVORITESTool to retrieve all favorited items for the authenticated user. Use when you need to query items that have been marked as favorites.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_FOLDERSTool to retrieve folder data from workspaces with filtering and pagination options. Use when you need to list folders from specific workspaces or filter by folder IDs.
Input parameters
Specific folder identifiers to retrieve. If not provided, all folders will be returned.
Page number for pagination, starts at 1.
Number of folders to return. Default is 25, maximum is 100.
Workspace identifiers to filter folders. Pass \[None\] to get folders from the Main Workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_FORMTool to retrieve form metadata via the API using the form's unique token from the URL. Returns form configuration, questions, and settings.
Input parameters
The form's unique string token, located in the form's URL after '/forms/' and before the '?' parameter. Use this to identify and retrieve the specific form.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_ITEMSTool to retrieve specific items by their IDs from Monday.com, returning metadata including name, timestamps, state, board, and group information. Use when you need to fetch detailed information about specific items.
Input parameters
Array of item IDs to retrieve. Maximum of 100 IDs at one time.
Page number for pagination, starting at 1.
Number of items to return. Default is 25, maximum is 100.
When true, orders the results with recently created items first.
When true, filters out inactive, deleted, or orphaned items from the results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_METool to fetch the current authenticated user's profile and permissions. Use when you need to retrieve user metadata before performing other operations.
Input parameters
Optional Monday API version header (e.g., '2025-04'). Overrides default if provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_MUTATION_COMPLEXITYTool to get complexity data of mutations in Monday.com. Use when you need to track API quota usage or monitor rate limits for mutation operations.
Input parameters
GraphQL mutation string that includes the complexity meta-field. The complexity field can be added to any mutation to track API quota usage. Format: mutation { complexity { query before after reset_in_x_seconds } <mutation_operation> { fields } }. Example: mutation { complexity { query before after reset_in_x_seconds } create_item(board_id: 123, item_name: "Test") { id } }
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_QUERY_COMPLEXITYTool to retrieve complexity data and cost metrics for Monday.com API operations. Use when you need to monitor API rate limits and complexity budget usage.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_TAGSTool to retrieve tags from the account. Use when you need to list all tags or filter by specific IDs.
Input parameters
Optional list of tag IDs to filter; only tags matching these IDs will be returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_TEAMSTool to retrieve teams from Monday.com. Use when you need an overview of teams in your account.
Input parameters
Optional list of team IDs to filter by. If omitted, all teams are returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_UPDATE_REPLIESRetrieves updates and their replies for a specific Monday.com item. Use this to fetch conversation threads and discussions attached to an item, including all replies to each update.
Input parameters
Page number for pagination, starts at 1.
Number of updates to return per page. Maximum 100, default 25.
The unique identifier of the item to fetch updates and replies for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_UPDATESTool to retrieve updates for a specific item. Use when you need to fetch the conversation history tied to an item.
Input parameters
Page number for pagination (starts at 1).
Number of updates to return per page (max 100, default 25).
The unique identifier of the item to fetch updates for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_VERSIONSTool to retrieve data about available API versions. Use when you need to check which API versions are supported by Monday.com.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_VIEW_SCHEMA_BY_TYPETool to retrieve type-specific board view configuration schemas via GraphQL API. Use when you need to understand the structure and available settings for creating or updating board views of a specific type.
Input parameters
Specifies which view type's schema to retrieve. Determines the structure of configuration settings returned.
Indicates whether the schema is for CREATE or UPDATE operations. Different mutation types may expose different configuration options.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_WEBHOOKSTool to retrieve webhooks for a board. Use when you need to list all webhooks on a board.
Input parameters
The unique identifier of the board to fetch webhooks for.
Return only webhooks created by the calling app.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_GET_WORKSPACESTool to retrieve workspaces. Use when you need to list workspaces with optional filtering, pagination, or ordering after authentication.
Input parameters
List of specific workspace IDs to return. Provide to filter by workspace IDs.
Filter by workspace kind. Valid values: 'open' or 'closed'.
Pagination page number; starts at 1.
Maximum number of workspaces to return. Default is 25.
Filter by workspace state. Valid values: 'active', 'all', 'archived', 'deleted'.
Field to order by. Currently only 'created_at' is supported.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_IMPORT_DOC_FROM_HTMLTool to import HTML content into a new Monday.com doc, converting it to doc blocks. Use when you need to create a doc from HTML content.
Input parameters
The HTML content to convert into a new doc. Supports style/format text, emoji, quote, table, list, code, divider, and title/header text.
Document access level - private, public, or share. If omitted, defaults to workspace settings.
The new document's title. If omitted, the title will be inferred from the provided HTML content.
The unique identifier of the folder to create the doc in. If omitted, the document will be created at the root level of the workspace.
The unique identifier of the workspace to create the doc in.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_ITEMS_PAGETool to retrieve items from a Monday.com board (or group) with server-side filtering, full column_values, and cursor-based pagination via items_page and next_items_page queries. Use when you need paginated access to board items with detailed column data and optional filtering/sorting.
Input parameters
Number of items to return per page. Default is 25, maximum is 500 per Monday.com API limits.
Opaque pagination cursor from previous response. When provided, retrieves the next page using next_items_page query. Cursors are cached for 60 minutes. If provided, board_id and query_params are ignored.
The board's unique identifier. Required for initial fetch (when cursor is not provided). Ignored if cursor is provided.
Optional group ID to filter items within a specific group. Only used for initial fetch (when cursor is not provided). If provided, queries items within the group instead of the entire board.
Query parameters for filtering and sorting items.
Whether to include column_values in the response. When false, only returns id and name for each item.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIKE_UPDATETool to like an update on an item. Use when you want to express approval or acknowledgment of an update.
Input parameters
The unique identifier of the update to like.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_BOARD_ITEMSDEPRECATED: Use MONDAY_ITEMS_PAGE instead, which supports cursor-based pagination. This tool may silently omit items on larger boards. Results include archived and deleted items by default — filter by state to retrieve only active items.
Input parameters
The unique identifier of the Monday.com board from which to retrieve items.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_BOARDSDEPRECATED: Use MONDAY_BOARDS instead. Retrieves a list of boards from a Monday.com account, supporting pagination and filtering by state.
Input parameters
Page number for pagination. Increment until an empty response is returned to exhaust results; limit of 50–100 reduces total calls.
Maximum number of boards to retrieve per page.
Filters boards by their state. Valid states: 'active', 'archived', 'deleted', or 'all'. Default 'active' excludes archived and deleted boards; use 'all' for a complete board inventory.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_COLUMNSDEPRECATED: Use MONDAY_COLUMNS instead. Lists all columns and their properties for a specified Monday.com `board_id`; the board must exist.
Input parameters
The unique identifier of the board from which to retrieve the columns. Retrieve dynamically; do not hardcode, as board and column IDs are environment-specific.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_GROUPSTool to retrieve all groups of a specified board. Use when you need to list groups on a board after confirming its board ID. Response is nested under data → boards\[0\] → groups; confirm boards\[0\] exists before accessing groups.
Input parameters
The unique identifier of the board from which to retrieve groups.
Optional list of specific group IDs to filter the results; provide to retrieve only these groups. Invalid or non-existent group IDs silently return an empty array rather than an error; always verify the returned groups array is non-empty before indexing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_ITEMSRetrieves specified subitems from Monday.com using their IDs, returning raw JSON. Returned `column_values` fields (`text`, `value`) are frequently null or JSON-encoded strings (including numbers as quoted strings); null-check and JSON-decode before use.
Input parameters
Subitem IDs to retrieve. For large sets, batch IDs into smaller requests to avoid response truncation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_ITEMS_BY_COLUMN_VALUESTool to search for items on a Monday.com board based on column values using the items_page_by_column_values query. Use when you need to find items matching specific column criteria (e.g., status="Done", name contains "Task 1"). For initial requests, provide columns; for pagination, use the cursor from the previous response.
Input parameters
Number of items to return per page. Default is 25, maximum is 500.
Opaque pagination cursor from previous response. Use instead of columns for paginated requests. When provided, columns parameter is ignored.
Array of column filters to search by. Required for initial request (when cursor is not provided). Uses AND logic between filters and ANY_OF logic within each filter. Cannot be used with cursor.
The board's unique identifier. Required for all requests.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_SUBITEMS_BY_PARENTTool to retrieve subitems nested under parent items via GraphQL API. Use when you need to list subitems and their column values for specific parent items. Monday's API requires querying subitems through their parent items.
Input parameters
Array of parent item IDs whose subitems should be retrieved. Required.
Whether to include column_values (id, text, value) for each subitem. Defaults to true.
Whether to include parent item's id and name in the response. Defaults to true.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_TEAM_MEMBERSTool to list members of a specified team. Use when you need to retrieve all users in a given Monday.com team after confirming its team ID.
Input parameters
List of team IDs to filter. If omitted, all teams are returned.
Filters to apply when querying team users.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_LIST_USERSRetrieves a list of users from Monday.com. Paginate by starting at page=1, incrementing page on each request, and stopping when the returned user list is empty. An empty user list does not signify action failure.
Input parameters
Page number for results; starts at 1.
Maximum number of users to return per page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_MOVE_ITEM_TO_BOARDMoves a Monday.com item to a specified board and group; requires the item, target board, and target group to exist.
Input parameters
The unique identifier of the item to be moved.
The unique identifier of the target board to which the item will be moved.
The unique identifier of the target group on the destination board where the item will be placed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_MOVE_ITEM_TO_GROUPMoves an item to a different group on the same Monday.com board; the item and group must exist.
Input parameters
The unique identifier of the item to be moved.
The unique identifier of the target group where the item will be moved.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_MUTE_BOARD_SETTINGSTool to query a board's notification mute settings. Use when you need to check if notifications are muted for specific boards.
Input parameters
The unique identifiers of the boards to retrieve mute settings for. This is a required non-null array of board IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_PIN_TO_TOPTool to pin an update to the top of an item. Use when you need to highlight an important update or keep it visible at the top.
Input parameters
The unique identifier of the item. Optional parameter.
The unique identifier of the update to pin to the top.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_PUBLISH_OBJECTTool to publish a Monday.com object. Use when you need to make an object publicly visible or change its state to published.
Input parameters
The unique identifier of the Monday.com object to publish. This is typically a board ID or document ID. The object will be made shareable/public after publishing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_QUERY_DASHBOARDSTool to query dashboards via Monday.com objects API. Use when you need to list all dashboards with their metadata, owners, and subscribers.
Input parameters
Maximum number of dashboards to return. Limits the result set size.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_QUERY_SPRINTSTool to query sprint data for agile project management from Monday.com boards. Use when you need to retrieve sprint information including sprint title, ID, color, position, archived/deleted status, and associated items.
Input parameters
List of board IDs to query sprint groups from. Sprints are implemented as groups on sprint boards.
Optional list of specific sprint (group) IDs to filter the results. If not provided, all sprints on the board will be returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_REMOVE_USERS_FROM_TEAMTool to remove users from a Monday.com team. Use when updating team membership by removing user(s).
Input parameters
Unique identifier of the existing Monday.com team.
List of user IDs to remove from the team.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_REMOVE_USERS_FROM_WORKSPACETool to remove users from a workspace. Use when revoking access for specific users in a workspace.
Input parameters
List of unique user IDs to remove from the workspace.
Unique identifier of the workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_SET_BOARD_PERMISSIONSets or updates a board's default role and permissions. Use when you need to configure default permissions for a board. Requires boards:write scope and can only be used by board owners on enterprise plans.
Input parameters
The board's unique identifier. The board must exist and you must be the board owner.
The role to assign. 'contributor' allows editing content, 'editor' allows editing content and structure, 'viewer' provides read-only access.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_TIMELINETool to retrieve an item's Email & Activities (E&A) timeline data from Monday.com. Use when you need to access CRM activity tracking and client communication history for a specific item. This returns a paginated list of timeline entries.
Input parameters
The unique identifier of the item from which to retrieve timeline activities. Must be a valid item ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_TIMELINE_ITEMTool to retrieve a specific timeline item from the Emails & Activities app by ID. Use when you need to fetch metadata including content, user, title, type, and associated custom activity for a timeline item.
Input parameters
The unique identifier of the timeline item to retrieve. Must be a valid UUID string obtained from create_timeline_item mutation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UNLIKE_UPDATETool to remove a like from an update on an item. Use when you want to retract a previously expressed approval or acknowledgment of an update.
Input parameters
The unique identifier of the update to unlike.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UNPIN_FROM_TOPTool to unpin an update from the top of an item. Use when you want to remove a pinned update from the top position of an item's updates feed.
Input parameters
The unique identifier of the item. Optional parameter.
The unique identifier of the update to unpin from the top.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UNPUBLISH_OBJECTUnpublish a Monday.com object (board, item, or workspace) to revert it from a published state. The operation will return success=true only if the object was previously published and can be unpublished. If the object is not in a publishable state or was never published, success=false is returned.
Input parameters
The unique identifier (numeric string) of the Monday.com object to unpublish. This can be a board ID, item ID, or workspace ID. Objects must be in a published state for unpublishing to succeed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_BOARDUpdates a specified attribute of an existing board on Monday.com.
Input parameters
The unique identifier of the board to be updated.
The new value to assign to the specified board attribute.
The specific attribute of the board to update. This should be an enum value as defined by Monday.com's API and should not be enclosed in quotes in the final GraphQL mutation. Common updatable attributes include 'description' and 'communication'. Unsupported enum values may be silently ignored without returning an error, so verify the attribute name is valid before assuming the update succeeded.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_BOARD_HIERARCHYUpdates a board's position, workspace, or product in Monday.com. Use when you need to move a board to a different workspace or folder, assign it to a product, or reposition it relative to other boards.
Input parameters
The board's unique identifier.
The board's attributes to update. At least one attribute (workspace_id, folder_id, account_product_id, or position) must be provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_COLUMNTool to update column title or description. Use when modifying a column’s metadata after creation.
Input parameters
The new value for the specified column property.
The unique identifier of the board containing the column to be updated.
The column's unique identifier (e.g., 'status_1', 'text_2').
The metadata property to update. Must be 'description' or 'title'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_DOCTool to update a doc's title or append markdown content. Use when renaming docs or adding Markdown blocks to existing docs.
Input parameters
The new title for the document.
The unique identifier of the Monday.com document to update.
Markdown content to append to the document.
Block ID after which to insert the markdown content. If omitted, content is appended at the end.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_EMAIL_DOMAINTool to update users' email domains. Use when migrating users to a new email domain; requires admin privileges.
Input parameters
List of unique identifiers for users whose email domains will be updated.
The new email domain to apply to the specified users (e.g., 'newcompany.com').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_FOLDERTool to update a Monday.com folder's properties including name, color, or parent folder. Use when you need to modify existing folder details or move folders between workspaces.
Input parameters
The new name for the folder.
The folder's color. Available colors include: DONE_GREEN, DARK_RED, LIPSTICK, SALADISH, EGG_YOK, WORKING_ORANGE, DARK_ORANGE, PEACH, SUNSET, STUCK_RED, SOFIA_PINK, PURPLE, DARK_PURPLE, BERRY, ROYAL, BLUISH_PURPLE, NAVY, BRIGHT_BLUE, DARK_BLUE, AQUAMARINE, CHILI_BLUE, RIVER, WINTER, EXPLOSIVE, TESLA, LIPSTICK_LIGHT, BUBBLE.
The unique identifier of the folder to update.
The unique identifier of the workspace to move the folder to. Use for cross-workspace transfers.
The ID of the folder you want to nest the updated folder under. Use to move folder to a different parent.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_GROUPTool to update an existing group on a board. Use when you need to modify a group's attribute (title, color, or position) after confirming the group ID.
Input parameters
The unique identifier of the board containing the group.
The unique identifier of the group to update (use the group ID or descriptive string).
The new value for the specified attribute. For title or color, provide the new string value. For relative_position_after/before, provide the target group ID.
The attribute of the group to update. Must be one of: color, position, relative_position_after, relative_position_before, title. Do not enclose this enum value in quotes in the GraphQL mutation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_ITEMTool to update an existing item's column value on Monday.com. Use when setting complex column types like Timeline or People.
Input parameters
New column value as a JSON-serializable object or string. This will be stringified for the GraphQL mutation. For text/number/name columns, send a plain string; for complex columns like status/timeline/people, send a JSON object (e.g., {"index": 1}).
ID of the item to update.
ID of the board containing the item.
The unique identifier of the column to change.
If true, creates missing labels for Status/Dropdown columns when the label does not exist. Requires permission to change board structure.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_MULTIPLE_USERSTool to update one or multiple users' attributes on Monday.com. Use when you need to batch update user profiles such as name, email, title, or department.
Input parameters
Array of user update objects, each containing user_id and the attributes to update. At least one user update must be provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_MUTE_BOARD_SETTINGSTool to update a board's notification mute settings. Use when you need to configure notification preferences for a specific board.
Input parameters
Array of custom notification settings, only applicable when mute_state is CUSTOM_SETTINGS. AUTOMATION_NOTIFY: alerts when automations trigger notify steps. IM_ASSIGNED: alerts when user is assigned. IM_MENTIONED: alerts when user is mentioned.
The unique identifier of the board to modify.
Desired mute notification state. CURRENT_USER_MUTE_ALL: suppress all notifications for current user. CUSTOM_SETTINGS: allow notifications matching enabled custom settings. MENTIONS_AND_ASSIGNS_ONLY: notify only for mentions or assignments. MUTE_ALL: suppress notifications for all users (admin only). NOT_MUTED: remove all muting restrictions (admin only).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_TAGTool to return a tag's details or best-effort "rename" by creating or getting a tag with the requested name. The monday API does not support updating existing tag name/color.
Input parameters
New name for the tag. monday API does not support renaming a tag; we will create or get a tag with this name and return it.
New color for the tag as a hex code (e.g., '#FFAA00'). monday API does not support changing tag colors; this parameter is ignored.
Unique identifier of the tag to update or fetch.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_TEAMTool to update a team's details in Monday.com. Use after identifying the team and desired changes.
Input parameters
New name for the team.
The unique identifier of the team to be updated.
Whether the team should be marked as a guest team.
ID of the new parent team if changing hierarchy.
List of user IDs to subscribe to the team.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_USERS_ROLETool to update users' roles to custom or default roles. Use when changing user permissions; admin-only operation. Cannot update your own role.
Input parameters
Custom role ID to assign (for enterprise customers only). Either new_role or role_id must be provided.
Default role to assign. Use this for standard roles. Valid values: ADMIN, GUEST, MEMBER, VIEW_ONLY. Either new_role or role_id must be provided.
List of unique identifiers for users whose roles will be updated. Maximum 200 user IDs per request.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPDATE_WORKSPACETool to update a Monday.com workspace. Use when you need to modify the name, description, visibility, or product placement of an existing workspace.
Input parameters
The visibility kind for the workspace; 'open' or 'closed'.
The new name for the workspace.
The new description for the workspace.
The unique identifier of the workspace to be updated.
The account product ID to move the workspace under (API v2025-10+).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_UPLOAD_ASSETTool to upload a file to an update or file column. Use when you need to attach a file to an existing update or file column. File attachments are permanent and irreversible; confirm with the user before uploading.
Input parameters
File to upload.
Where to upload the file. Use 'update' to attach the file to an existing update/comment, or 'column' to upload to a file column on an item.
The numeric ID of the item containing the file column. Required when target is 'column'. You can get this ID from creating an item or listing board items.
The ID of the file column to upload to. Required when target is 'column'. File columns have type 'file' and can be found by listing board columns.
The numeric ID of the update (comment) to attach the file to. Required when target is 'update'. You can get this ID from creating an update or listing updates on an item.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
MONDAY_USER_CONNECTIONSTool to query user-specific connection data from Monday.com. Use when you need to retrieve integration connections established by the authenticated user with external services.
Input parameters
Page index for offset-based pagination, starting from 1. Use with page_size for paginated results.
Ordering of returned connections. Use 'createdAt' for ascending or '-createdAt' for descending order by creation date.
Number of records to return per page when using offset-based pagination. Use with page parameter.
Include connections that have automations attached. Set to true to filter only connections with automations.
Validate connection state before returning the result. Set to true to ensure connections are in valid state.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 48 agents privately built on Nagent that already use Monday.
Build on Nagent
Connect Monday to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Monday, and click "Connect Now." You'll authenticate with OAuth — Nagent handles credential storage and refresh automatically. Once connected, Monday is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Monday is connected, you configure its 125 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Monday steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Monday event fires, the agent kicks off automatically.
Every Monday action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Monday ships with 125 pre-built project management actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Monday together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Monday-based workflows tailored to your business.