Teamwork
Teamwork is a work and project management tool that helps teams improve collaboration, visibility, and accountability.
Actions
| Name | Description |
|---|---|
create_projectCreate a new project (name, description, belongs to company, dates, etc.). | Create a new project (name, description, belongs to company, dates, etc.). |
create_task_listAdd a new task list under a project. | Add a new task list under a project. |
create_taskAdd a new task under a project with description, due date, assignee, tags, etc. | Add a new task under a project with description, due date, assignee, tags, etc. |
mark_task_completeSet a task’s status to complete. | Set a task’s status to complete. |
create_companyCreate a new company in Teamwork. | Create a new company in Teamwork. |
create_personCreate a new user/contact (name, email, invite options). | Create a new user/contact (name, email, invite options). |
update_taskModify a task’s fields (due date, assignee, content, priority, etc.). | Modify a task’s fields (due date, assignee, content, priority, etc.). |
create_task_commentLeave a comment in a task. | Leave a comment in a task. |
create_time_entry_on_taskLog time spent on a task with duration, description. | Log time spent on a task with duration, description. |
create_expenseLog new expense in a project with cost, description, date. | Log new expense in a project with cost, description, date. |
upload_file_to_projectUpload a file to a Teamwork project. | Upload a file to a Teamwork project. |
create_message_replyPost a reply in a message thread. | Post a reply in a message thread. |
create_milestoneAdd a milestone with due date, description, responsible user, etc. | Add a milestone with due date, description, responsible user, etc. |
add_people_to_projectAdd existing users to a project. | Add existing users to a project. |
find_taskSearch for tasks. | Search for tasks. |
find_companySearch for a company by name or domain. | Search for a company by name or domain. |
find_milestoneFind a milestone by name or due date in a project. | Find a milestone by name or due date in a project. |
find_notebook_or_commentLocate notebooks or note comments by search parameters. | Locate notebooks or note comments by search parameters. |
Triggers
| Name | Description |
|---|---|
new_taskFires when a task is created. | Fires when a task is created. |
new_personFires when a new person (user/contact) is added. | Fires when a new person (user/contact) is added. |
new_commentFires when a new comment is posted. | Fires when a new comment is posted. |
new_messageFires when a new message is posted (in project messages or discussions). | Fires when a new message is posted (in project messages or discussions). |
new_fileFires when a new file is added. | Fires when a new file is added. |
new_expenseFires when a new expense entry is added. | Fires when a new expense entry is added. |
new_invoiceFires when a new invoice is created. | Fires when a new invoice is created. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'teamwork',
actionName: 'create_project',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Teamwork to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Teamwork support?
Teamwork supports 18 actions including Create Project, Create Task List, Create Task, Mark Task Complete, Create Company, and more.
Can I use Teamwork with AI agents?
Yes. Add Teamwork to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Teamwork use?
Teamwork uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Teamwork integration cost?
The Teamwork integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Teamwork support?
Teamwork supports 7 triggers including New Task, New Person, New Comment, New Message, New File, and more.
Connect Teamwork in 2 minutes
Get 1,000 free actions every month. No credit card required.