Breeze
breezeBreeze is a project management software that helps teams plan, track, and collaborate on projects efficiently.
Acciones disponibles (18)
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 Project PeopleBREEZE_ADD_PROJECT_PEOPLEAcciónTool to add people to a project. use when you have a valid project id and one or more email addresses to invite them.
BREEZE_ADD_PROJECT_PEOPLEAcciónTool to add people to a project. use when you have a valid project id and one or more email addresses to invite them.
Parámetros de entrada
inviteesstring[]ObligatorioList of email addresses to invite to the project
project_idintegerObligatorioID of the project to which people will be added
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 ProjectBREEZE_ARCHIVE_PROJECTAcciónTool to archive a specific project. use when you need to hide a completed or inactive project from active views after confirming its details.
BREEZE_ARCHIVE_PROJECTAcciónTool to archive a specific project. use when you need to hide a completed or inactive project from active views after confirming its details.
Parámetros de entrada
team_idintegerTeam ID to specify the target team when the user belongs to multiple teams. Provide this parameter if your account has multiple teams.
project_idintegerObligatorioThe unique ID of the project 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
Create CardBREEZE_CREATE_CARDAcciónTool to create a new card in a project. use after confirming the project id. creates a task with details like name, due date, and assignees.
BREEZE_CREATE_CARDAcciónTool to create a new card in a project. use after confirming the project id. creates a task with details like name, due date, and assignees.
Parámetros de entrada
namestringObligatorioName of the new card (task)
tagsstring[]List of tags to associate with the card
duedateanydate-timeDue date in ISO 8601 format (e.g., 2025-02-22T16:00:00Z)
inviteesstring[]List of email addresses to invite to the card
stage_idintegerID of the stage where the card will be placed
startdateanydate-timeStart date in ISO 8601 format (e.g., 2025-02-20T16:00:00Z)
project_idintegerObligatorioID of the project where the card will be created
descriptionstringOptional description of the card
swimlane_idintegerID of the swimlane where the card will be placed
planned_timeintegerPlanned time in minutes
custom_fieldsobject[]List of custom fields for the card
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_LISTBREEZE_CREATE_LISTAcciónTool to create a new list (stage) in a breeze project. use when you've selected a project and need to add a new stage. example: "create a new todo list for project 42."
BREEZE_CREATE_LISTAcciónTool to create a new list (stage) in a breeze project. use when you've selected a project and need to add a new stage. example: "create a new todo list for project 42."
Parámetros de entrada
namestringObligatorioName of the new list (stage) to create
project_idintegerObligatorioID of the Breeze project to add the new list to
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 ProjectBREEZE_CREATE_PROJECTAcciónTool to create a new project in breeze. use when you have the project name and want to initialize it via the api.
BREEZE_CREATE_PROJECTAcciónTool to create a new project in breeze. use when you have the project name and want to initialize it via the api.
Parámetros de entrada
namestringObligatorioThe name of the new project.
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 WorkspaceBREEZE_CREATE_WORKSPACEAcciónTool to create a new workspace. use after deciding on the workspace name.
BREEZE_CREATE_WORKSPACEAcciónTool to create a new workspace. use after deciding on the workspace name.
Parámetros de entrada
namestringObligatorioName of the new workspace (required, non-empty)
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 CardBREEZE_DELETE_CARDAcciónTool to delete a specific card (task) by its id. use when you need to remove a task permanently; deletions cannot be undone.
BREEZE_DELETE_CARDAcciónTool to delete a specific card (task) by its id. use when you need to remove a task permanently; deletions cannot be undone.
Parámetros de entrada
card_idintegerObligatorioID of the card to delete
project_idintegerObligatorioID of the project containing the card
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 ProjectBREEZE_DELETE_PROJECTAcciónTool to delete a specific project by id. use when you need to remove a project after confirming its id.
BREEZE_DELETE_PROJECTAcciónTool to delete a specific project by id. use when you need to remove a project after confirming its id.
Parámetros de entrada
project_idintegerObligatorioNumeric ID of the project to delete. Must be a positive integer.
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 Person from ProjectBREEZE_DELETE_PROJECT_PERSONAcciónTool to delete a person from a project by user id. use after confirming the project and user details. example: "delete user 456 from project 123".
BREEZE_DELETE_PROJECT_PERSONAcciónTool to delete a person from a project by user id. use after confirming the project and user details. example: "delete user 456 from project 123".
Parámetros de entrada
user_idintegerObligatorioNumeric ID of the user/person to remove from the project
project_idintegerObligatorioNumeric ID of the project from which the user will be removed
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 WorkspaceBREEZE_DELETE_WORKSPACEAcciónTool to delete a specific workspace by id. use when permanently removing a workspace after confirming the correct workspace id.
BREEZE_DELETE_WORKSPACEAcciónTool to delete a specific workspace by id. use when permanently removing a workspace after confirming the correct workspace id.
Parámetros de entrada
workspace_idintegerObligatorioThe numeric ID of the workspace to delete. Must be a positive integer.
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 CardBREEZE_GET_CARDAcciónTool to retrieve detailed info for a specific card (task) in a project. use when you know the project id and card id and need all metadata like tags, users, todos, and time entries.
BREEZE_GET_CARDAcciónTool to retrieve detailed info for a specific card (task) in a project. use when you know the project id and card id and need all metadata like tags, users, todos, and time entries.
Parámetros de entrada
card_idintegerObligatorioID of the card to retrieve
project_idintegerObligatorioID of the project containing the card
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_CARDSBREEZE_GET_CARDSAcciónTool to get all cards (tasks) for a specific project. use after confirming the project exists. example: "list all cards in project 42."
BREEZE_GET_CARDSAcciónTool to get all cards (tasks) for a specific project. use after confirming the project exists. example: "list all cards in project 42."
Parámetros de entrada
archivedbooleanIf set to true, returns archived cards. Defaults to active cards only.
project_idintegerObligatorioID of the Breeze project to retrieve cards for
Parámetros de salida
dataobject[]ObligatorioData 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 ProjectBREEZE_GET_PROJECTAcciónTool to get a specific project by id. use when you need detailed project information after confirming the project id. example: "get project 123 details".
BREEZE_GET_PROJECTAcciónTool to get a specific project by id. use when you need detailed project information after confirming the project id. example: "get project 123 details".
Parámetros de entrada
project_idintegerObligatorioUnique identifier of the project 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
Get Project PeopleBREEZE_GET_PROJECT_PEOPLEAcciónTool to get all users in a project. use when you have a valid project id and need to list its users.
BREEZE_GET_PROJECT_PEOPLEAcciónTool to get all users in a project. use when you have a valid project id and need to list its users.
Parámetros de entrada
project_idintegerObligatorioNumeric ID of the project whose users 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
Get ProjectsBREEZE_GET_PROJECTSAcciónTool to get all active projects. use when you need an overview of your team's current projects after confirming authentication.
BREEZE_GET_PROJECTSAcciónTool to get all active projects. use when you need an overview of your team's current projects after confirming authentication.
Parámetros de entrada
team_idintegerTeam ID to scope the projects. Required if the API token belongs to multiple teams.
Parámetros de salida
dataobject[]ObligatorioData 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 WorkspaceBREEZE_GET_WORKSPACEAcciónTool to get a specific workspace by id. use when you need workspace details including projects after confirming the workspace id.
BREEZE_GET_WORKSPACEAcciónTool to get a specific workspace by id. use when you need workspace details including projects after confirming the workspace id.
Parámetros de entrada
workspace_idintegerObligatorioID of the workspace 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
Get WorkspacesBREEZE_GET_WORKSPACESAcciónTool to get all workspaces. use when you need to list available workspaces for the authenticated user.
BREEZE_GET_WORKSPACESAcciónTool to get all workspaces. use when you need to list available workspaces for the authenticated user.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 CardBREEZE_MOVE_CARDAcciónTool to move a card to a different stage or position. use after confirming stage id and prev id.
BREEZE_MOVE_CARDAcciónTool to move a card to a different stage or position. use after confirming stage id and prev id.
Parámetros de entrada
card_idintegerObligatorioID of the card to move
prev_idintegerID of the card that should precede the moved card in the new stage
stage_idintegerObligatorioID of the stage to move the card to
project_idintegerObligatorioID of the project containing the card
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