NAiOS IconNAiOS Logo
Volver al catálogo

Teamcamp

teamcamp

An all-in-one project management tool designed for teams to efficiently manage projects, collaborate seamlessly, and streamline workflows.

Acciones
4
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 (4)

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.

Create TaskTEAMCAMP_CREATE_TASKAcción

Tool to create a new task within a specified project. use when you have the project id and task details ready.

Parámetros de entrada

  • titlestringObligatorio

    The title of the task

  • labelsstring[]

    Custom label tags for the task

  • dueDatestring

    Due date/time for the task in ISO 8601 format

  • parentIdstring

    The ID of parent task if this is a subtask

  • prioritystringenum

    Priority level of the task

    lowmediumhigh
  • watchersstring[]

    List of user IDs to be notified of task changes

  • projectIdstringObligatorio

    The ID of the project the task belongs to

  • assigneeIdsstring[]

    List of user IDs to assign the task to

  • descriptionstring

    Detailed description of the task

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

Tool to delete a specific project by its id. use when you need to permanently remove a project after confirming it's no longer needed.

Parámetros de entrada

  • projectIdstringObligatorio

    Unique identifier of the project to delete

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

Tool to retrieve all projects within the workspace. use when you need an overview of available projects.

Parámetros de entrada

Sin parámetros.

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

Tool to retrieve a list of tasks within a project. use when filtering tasks by project id, status, assignee, or due dates.

Parámetros de entrada

  • pageinteger

    Page number for pagination (must be ≥ 1)

  • limitinteger

    Maximum number of tasks per page (must be ≥ 1)

  • statusstring

    Filter tasks by status (e.g., 'open', 'in_progress', 'done')

  • assigneestring

    Filter tasks by assignee user ID

  • dueDateTostring

    Filter tasks with dueDate ≤ this date (format: yyyy-MM-dd)

  • projectIdstring

    Filter tasks by project ID

  • dueDateFromstring

    Filter tasks with dueDate ≥ this date (format: yyyy-MM-dd)

Parámetros de salida

  • dataobject[]Obligatorio

    List of tasks

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not