Monday
mondaymonday.com is a customizable work management platform for project planning, collaboration, and automation, supporting agile, sales, marketing, and more
Acciones disponibles (21)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add users to boardMONDAY_ADD_USERS_TO_BOARDAcciónAdds users to a monday.com board with a specified role.
MONDAY_ADD_USERS_TO_BOARDAcciónAdds users to a monday.com board with a specified role.
Parámetros de entrada
kindstringRole for the added users on the board. Possible values: 'owner' or 'subscriber'.
board_idintegerObligatorioUnique identifier of an existing Monday.com board.
user_idsinteger[]ObligatorioList of unique identifiers for existing Monday.com users.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Archive boardMONDAY_ARCHIVE_BOARDAcciónArchives a specified, existing, and unarchived board in monday.com; archived boards can typically be restored later.
MONDAY_ARCHIVE_BOARDAcciónArchives a specified, existing, and unarchived board in monday.com; archived boards can typically be restored later.
Parámetros de entrada
board_idintegerObligatorioIdentifier of the board to be archived; it must exist and not already be archived.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Archive itemMONDAY_ARCHIVE_ITEMAcciónArchives an existing monday.com item, moving it from active board views to the archive where it can be potentially restored.
MONDAY_ARCHIVE_ITEMAcciónArchives an existing monday.com item, moving it from active board views to the archive where it can be potentially restored.
Parámetros de entrada
item_idintegerObligatorioUnique identifier of the Monday.com item to archive.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Change simple column valueMONDAY_CHANGE_SIMPLE_COLUMN_VALUEAcciónChanges 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.
MONDAY_CHANGE_SIMPLE_COLUMN_VALUEAcciónChanges 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.
Parámetros de entrada
valuestringObligatorioNew string value. Format depends on column type (e.g., label name for Status/Dropdown, text for Text columns).
item_idintegerObligatorioThe unique identifier of the item for which the column value will be updated.
board_idintegerObligatorioThe unique identifier of the board where the item and column are located.
column_idstringObligatorioIdentifier of the column to change; typically a Text, Status, or Dropdown column.
create_labels_if_missingbooleanFor Status/Dropdown columns: if true and `value` (as a label) doesn't exist, a new label with this value will be created.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Monday boardMONDAY_CREATE_BOARDAcciónCreates a monday.com board; `template id` if used must be accessible, and `folder id` must be in `workspace id` if both are provided.
MONDAY_CREATE_BOARDAcciónCreates a monday.com board; `template id` if used must be accessible, and `folder id` must be in `workspace id` if both are provided.
Parámetros de entrada
folder_idintegerID 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.
board_kindstringObligatorioThe kind of board to create, determining its visibility and access. Allowed values: 'public', 'private', 'share'.
board_namestringObligatorioThe name for the new board.
descriptionstringDescription for the new board.
template_idintegerID of an accessible template to use for the new board.
workspace_idintegerID of the workspace for the board. If `folder_id` is not also given, this defaults to the user's main workspace. If `folder_id` is given, this workspace must contain that folder.
board_owner_idsinteger[]User IDs to be assigned as owners of the board.
board_subscriber_idsinteger[]User IDs to be subscribed to the board.
board_subscriber_teams_idsinteger[]Team IDs to be subscribed to the board.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create columnMONDAY_CREATE_COLUMNAcciónCreates a new column with a specified type and title on a monday.com board.
MONDAY_CREATE_COLUMNAcciónCreates a new column with a specified type and title on a monday.com board.
Parámetros de entrada
titlestringObligatorioTitle for the new column.
board_idintegerObligatorioUnique identifier of the board for the new column.
defaultsstringJSON string with default values or settings, often for 'status' or 'dropdown' types to define labels. Example: '''{"labels": ["To Do", "In Progress", "Done"]}'''
column_typestringObligatorioType of the column.
descriptionstringDescription for the new column.
after_column_idstringID of an existing column after which the new column will be inserted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create groupMONDAY_CREATE_GROUPAcciónCreates a new group with the given `group name` on an existing monday.com board, identified by its `board id`.
MONDAY_CREATE_GROUPAcciónCreates a new group with the given `group name` on an existing monday.com board, identified by its `board id`.
Parámetros de entrada
board_idintegerObligatorioThe unique identifier of the Monday.com board where the new group will be created.
group_namestringObligatorioThe desired name for the new group to be created on the board.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create itemMONDAY_CREATE_ITEMAcciónCreates a new item on a monday.com board, optionally assigning it to a group and setting column values.
MONDAY_CREATE_ITEMAcciónCreates a new item on a monday.com board, optionally assigning it to a group and setting column values.
Parámetros de entrada
board_idintegerObligatorioThe board's unique identifier.
group_idstringOptional group ID where the item will be created.
item_namestringObligatorioName of the new item.
column_valuesstringJSON string representing column values. e.g. '{"date":"2023-12-01"}'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete columnMONDAY_DELETE_COLUMNAcciónDeletes a specified column from a monday.com board; this action is destructive and cannot be undone via the api.
MONDAY_DELETE_COLUMNAcciónDeletes a specified column from a monday.com board; this action is destructive and cannot be undone via the api.
Parámetros de entrada
board_idintegerObligatorioThe unique identifier of the board from which the column will be deleted.
column_idstringObligatorioThe unique identifier of the column to be deleted from the specified board.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete groupMONDAY_DELETE_GROUPAcciónPermanently deletes an existing group (and its items) from an existing board in monday.com.
MONDAY_DELETE_GROUPAcciónPermanently deletes an existing group (and its items) from an existing board in monday.com.
Parámetros de entrada
board_idintegerObligatorioUnique identifier of the board containing the group.
group_idstringObligatorioUnique identifier of the group to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete itemMONDAY_DELETE_ITEMAcciónPermanently deletes an existing monday.com item; this action is irreversible via the api.
MONDAY_DELETE_ITEMAcciónPermanently deletes an existing monday.com item; this action is irreversible via the api.
Parámetros de entrada
item_idintegerObligatorioThe unique identifier of the Monday.com item to be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Duplicate itemMONDAY_DUPLICATE_ITEMAcciónDuplicates an item on a monday.com board, optionally including its updates.
MONDAY_DUPLICATE_ITEMAcciónDuplicates an item on a monday.com board, optionally including its updates.
Parámetros de entrada
item_idintegerObligatorioThe unique identifier of the item to be duplicated. This item must exist on the specified `board_id`.
board_idintegerObligatorioThe unique identifier of the board containing the item to be duplicated. This board must exist.
with_updatesbooleanIf true, item updates (e.g., comments, replies) are duplicated with the item; if false, the new item is created without any updates.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get group detailsMONDAY_GET_GROUP_DETAILSAcciónRetrieves details (id, title, color, archived/deleted status) for a specific group on an accessible monday.com board.
MONDAY_GET_GROUP_DETAILSAcciónRetrieves details (id, title, color, archived/deleted status) for a specific group on an accessible monday.com board.
Parámetros de entrada
board_idintegerObligatorioIdentifier of the board containing the group.
group_idstringObligatorioIdentifier of the group within the board; can be a descriptive string (e.g., 'topics', 'group_title') or a system-generated ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List board itemsMONDAY_LIST_BOARD_ITEMSAcciónRetrieves id, name, and state for all items on a specified monday.com board.
MONDAY_LIST_BOARD_ITEMSAcciónRetrieves id, name, and state for all items on a specified monday.com board.
Parámetros de entrada
board_idintegerObligatorioThe unique identifier of the Monday.com board from which to retrieve items.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Monday boardsMONDAY_LIST_BOARDSAcciónRetrieves a list of boards from a monday.com account, supporting pagination and filtering by state.
MONDAY_LIST_BOARDSAcciónRetrieves a list of boards from a monday.com account, supporting pagination and filtering by state.
Parámetros de entrada
pageintegerPage number for pagination.
limitintegerMaximum number of boards to retrieve per page.
statestringFilters boards by their state. Valid states: 'active', 'archived', 'deleted', or 'all'.
Parámetros de salida
dataobjectObligatorioRaw JSON response from the Monday.com GraphQL API. Contains a 'data' key with a list of 'boards' (each including 'id', 'name', 'state', 'board_kind', 'description'), and possibly an 'errors' key.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List columnsMONDAY_LIST_COLUMNSAcciónLists all columns and their properties for a specified monday.com `board id`; the board must exist.
MONDAY_LIST_COLUMNSAcciónLists all columns and their properties for a specified monday.com `board id`; the board must exist.
Parámetros de entrada
board_idintegerObligatorioThe unique identifier of the board from which to retrieve the columns.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List itemsMONDAY_LIST_ITEMSAcciónRetrieves specified subitems from monday.com using their ids, returning the raw json response.
MONDAY_LIST_ITEMSAcciónRetrieves specified subitems from monday.com using their ids, returning the raw json response.
Parámetros de entrada
item_idsinteger[]ObligatorioSubitem IDs to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List usersMONDAY_LIST_USERSAcciónRetrieves a list of users from monday.com; an empty user list in the response 'data' field does not signify action failure.
MONDAY_LIST_USERSAcciónRetrieves a list of users from monday.com; an empty user list in the response 'data' field does not signify action failure.
Parámetros de entrada
pageintegerPage number for results; starts at 1.
limitintegerMaximum number of users to return per page.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move item to boardMONDAY_MOVE_ITEM_TO_BOARDAcciónMoves a monday.com item to a specified board and group; requires the item, target board, and target group to exist.
MONDAY_MOVE_ITEM_TO_BOARDAcciónMoves a monday.com item to a specified board and group; requires the item, target board, and target group to exist.
Parámetros de entrada
item_idintegerObligatorioThe unique identifier of the item to be moved.
board_idintegerObligatorioThe unique identifier of the target board to which the item will be moved.
group_idstringObligatorioThe unique identifier of the target group on the destination board where the item will be placed.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move item to groupMONDAY_MOVE_ITEM_TO_GROUPAcciónMoves an item to a different group on the same monday.com board; the item and group must exist.
MONDAY_MOVE_ITEM_TO_GROUPAcciónMoves an item to a different group on the same monday.com board; the item and group must exist.
Parámetros de entrada
item_idintegerObligatorioThe unique identifier of the item to be moved.
group_idstringObligatorioThe unique identifier of the target group where the item will be moved.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update boardMONDAY_UPDATE_BOARDAcciónUpdates a specified attribute of an existing board on monday.com.
MONDAY_UPDATE_BOARDAcciónUpdates a specified attribute of an existing board on monday.com.
Parámetros de entrada
board_idintegerObligatorioThe unique identifier of the board to be updated.
new_valuestringObligatorioThe new value to assign to the specified board attribute.
board_attributestringObligatorioThe 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'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not