NAiOS IconNAiOS Logo
Volver al catálogo

Breeze

breeze

Breeze is a project management software that helps teams plan, track, and collaborate on projects efficiently.

Acciones
18
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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[]Obligatorio

    List of email addresses to invite to the project

  • project_idintegerObligatorio

    ID of the project to which people will be added

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Archive ProjectBREEZE_ARCHIVE_PROJECTAcción

Tool 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_idinteger

    Team ID to specify the target team when the user belongs to multiple teams. Provide this parameter if your account has multiple teams.

  • project_idintegerObligatorio

    The unique ID of the project to archive

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create CardBREEZE_CREATE_CARDAcción

Tool 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

  • namestringObligatorio

    Name of the new card (task)

  • tagsstring[]

    List of tags to associate with the card

  • duedateanydate-time

    Due date in ISO 8601 format (e.g., 2025-02-22T16:00:00Z)

  • inviteesstring[]

    List of email addresses to invite to the card

  • stage_idinteger

    ID of the stage where the card will be placed

  • startdateanydate-time

    Start date in ISO 8601 format (e.g., 2025-02-20T16:00:00Z)

  • project_idintegerObligatorio

    ID of the project where the card will be created

  • descriptionstring

    Optional description of the card

  • swimlane_idinteger

    ID of the swimlane where the card will be placed

  • planned_timeinteger

    Planned time in minutes

  • custom_fieldsobject[]

    List of custom fields for the card

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

CREATE_LISTBREEZE_CREATE_LISTAcción

Tool 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

  • namestringObligatorio

    Name of the new list (stage) to create

  • project_idintegerObligatorio

    ID of the Breeze project to add the new list to

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProjectBREEZE_CREATE_PROJECTAcción

Tool 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

  • namestringObligatorio

    The name of the new project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create WorkspaceBREEZE_CREATE_WORKSPACEAcción

Tool to create a new workspace. use after deciding on the workspace name.

Parámetros de entrada

  • namestringObligatorio

    Name of the new workspace (required, non-empty)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete CardBREEZE_DELETE_CARDAcción

Tool 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_idintegerObligatorio

    ID of the card to delete

  • project_idintegerObligatorio

    ID of the project containing the card

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ProjectBREEZE_DELETE_PROJECTAcción

Tool to delete a specific project by id. use when you need to remove a project after confirming its id.

Parámetros de entrada

  • project_idintegerObligatorio

    Numeric ID of the project to delete. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Person from ProjectBREEZE_DELETE_PROJECT_PERSONAcción

Tool 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_idintegerObligatorio

    Numeric ID of the user/person to remove from the project

  • project_idintegerObligatorio

    Numeric ID of the project from which the user will be removed

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete WorkspaceBREEZE_DELETE_WORKSPACEAcción

Tool to delete a specific workspace by id. use when permanently removing a workspace after confirming the correct workspace id.

Parámetros de entrada

  • workspace_idintegerObligatorio

    The numeric ID of the workspace to delete. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CardBREEZE_GET_CARDAcción

Tool 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_idintegerObligatorio

    ID of the card to retrieve

  • project_idintegerObligatorio

    ID of the project containing the card

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

GET_CARDSBREEZE_GET_CARDSAcción

Tool 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

  • archivedboolean

    If set to true, returns archived cards. Defaults to active cards only.

  • project_idintegerObligatorio

    ID of the Breeze project to retrieve cards for

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProjectBREEZE_GET_PROJECTAcción

Tool 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_idintegerObligatorio

    Unique identifier of the project to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Project PeopleBREEZE_GET_PROJECT_PEOPLEAcción

Tool 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_idintegerObligatorio

    Numeric ID of the project whose users to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProjectsBREEZE_GET_PROJECTSAcción

Tool 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_idinteger

    Team ID to scope the projects. Required if the API token belongs to multiple teams.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get WorkspaceBREEZE_GET_WORKSPACEAcción

Tool 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_idintegerObligatorio

    ID of the workspace to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get WorkspacesBREEZE_GET_WORKSPACESAcción

Tool 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[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Move CardBREEZE_MOVE_CARDAcción

Tool to move a card to a different stage or position. use after confirming stage id and prev id.

Parámetros de entrada

  • card_idintegerObligatorio

    ID of the card to move

  • prev_idinteger

    ID of the card that should precede the moved card in the new stage

  • stage_idintegerObligatorio

    ID of the stage to move the card to

  • project_idintegerObligatorio

    ID of the project containing the card

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not