Teamcamp
teamcampAn all-in-one project management tool designed for teams to efficiently manage projects, collaborate seamlessly, and streamline workflows.
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ónTool to create a new task within a specified project. use when you have the project id and task details ready.
TEAMCAMP_CREATE_TASKAcciónTool to create a new task within a specified project. use when you have the project id and task details ready.
Parámetros de entrada
titlestringObligatorioThe title of the task
labelsstring[]Custom label tags for the task
dueDatestringDue date/time for the task in ISO 8601 format
parentIdstringThe ID of parent task if this is a subtask
prioritystringenumPriority level of the task
lowmediumhighwatchersstring[]List of user IDs to be notified of task changes
projectIdstringObligatorioThe ID of the project the task belongs to
assigneeIdsstring[]List of user IDs to assign the task to
descriptionstringDetailed description of the task
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 ProjectTEAMCAMP_DELETE_PROJECTAcciónTool to delete a specific project by its id. use when you need to permanently remove a project after confirming it's no longer needed.
TEAMCAMP_DELETE_PROJECTAcciónTool 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
projectIdstringObligatorioUnique identifier of the project 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
Get Project ListTEAMCAMP_GET_PROJECT_LISTAcciónTool to retrieve all projects within the workspace. use when you need an overview of available projects.
TEAMCAMP_GET_PROJECT_LISTAcciónTool 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
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 Task ListTEAMCAMP_GET_TASK_LISTAcciónTool to retrieve a list of tasks within a project. use when filtering tasks by project id, status, assignee, or due dates.
TEAMCAMP_GET_TASK_LISTAcciónTool 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
pageintegerPage number for pagination (must be ≥ 1)
limitintegerMaximum number of tasks per page (must be ≥ 1)
statusstringFilter tasks by status (e.g., 'open', 'in_progress', 'done')
assigneestringFilter tasks by assignee user ID
dueDateTostringFilter tasks with dueDate ≤ this date (format: yyyy-MM-dd)
projectIdstringFilter tasks by project ID
dueDateFromstringFilter tasks with dueDate ≥ this date (format: yyyy-MM-dd)
Parámetros de salida
dataobject[]ObligatorioList of tasks
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not