About Teamwork
Teamwork is a project management platform designed to help businesses efficiently manage projects from start to finish by organizing tasks, timelines, and team communication in one place. It offers features such as customizable workflows, Gantt charts, Kanban boards, and time tracking to help teams plan, execute, and monitor projects effectively. Integration with popular tools like Slack, Google Workspace, and Microsoft Teams enhances seamless collaboration and productivity. The platform also supports real-time chat, file sharing, and document collaboration, enabling teams to work together smoothly and reduce communication bottlenecks. By consolidating multiple tools into a single hub, Teamwork helps businesses reduce complexity, improve accountability, and deliver projects on time and budget.
AI Agent Use Cases
• AI agents can autonomously create, assign, and prioritize tasks within Teamwork based on project goals and deadlines, ensuring optimal workload distribution. They can analyze project progress using Gantt charts and Kanban boards to identify bottlenecks and automatically adjust schedules or notify stakeholders. Additionally, AI agents can automate time tracking and convert client support tickets into actionable tasks, streamlining workflows and enhancing operational efficiency within the platform.
Available Actions
These are the specific actions that AI agents can perform with this tool
Creates a new task in the project backlog with specified details.
projectId
Id of the project to list tasks from
tasklistId
Id of the tasklist to list tasks from
content
The content of the task
description
The description of the task
priority
The priority of the task
creatorId
The id of the person who created the task
responsiblePartyId
The id of the person who is responsible for the task
columnId
Id of the column to list tasks from
startDate
The date the task should start. `yyyymmdd`
dueDate
The date the task is due `yyyymmdd`
useDefaults
Use the default values for the task
Deletes a specified task from a project within Teamwork.
projectId
Id of the project to list tasks from
taskId
Id of the task to list tasks from
List Project Tasks
5 inputs
Retrieves a comprehensive list of all tasks associated with a specified project in Teamwork
projectId
Id of the project to list tasks from
completeAfterDate
Only return tasks that are complete after this date. Format: YYYYMMDDHHMMSS
completeBeforeDate
Only return tasks that are complete before this date. Format: YYYYMMDDHHMMSS
creatorsId
Only return tasks that were created by these people.
showDeleted
Show deleted tasks.
Updates the details of an existing task in Teamwork with new information provided.
projectId
Id of the project to list tasks from
taskId
Id of the task to list tasks from
content
The content of the task
description
The description of the task
priority
The priority of the task
creatorId
The id of the person who created the task
responsiblePartyId
The id of the person who is responsible for the task
columnId
Id of the column to list tasks from
startDate
The date the task should start. `yyyymmdd`
dueDate
The date the task is due `yyyymmdd`
useDefaults
Use the default values for the task