eavz
Teamwork

Teamwork

Teamwork is a work and project management tool that helps teams improve collaboration, visibility, and accountability.

18 actions
7 triggers

Actions

Name
create_project

Create a new project (name, description, belongs to company, dates, etc.).

create_task_list

Add a new task list under a project.

create_task

Add a new task under a project with description, due date, assignee, tags, etc.

mark_task_complete

Set a task’s status to complete.

create_company

Create a new company in Teamwork.

create_person

Create a new user/contact (name, email, invite options).

update_task

Modify a task’s fields (due date, assignee, content, priority, etc.).

create_task_comment

Leave a comment in a task.

create_time_entry_on_task

Log time spent on a task with duration, description.

create_expense

Log new expense in a project with cost, description, date.

upload_file_to_project

Upload a file to a Teamwork project.

create_message_reply

Post a reply in a message thread.

create_milestone

Add a milestone with due date, description, responsible user, etc.

add_people_to_project

Add existing users to a project.

find_task

Search for tasks.

find_company

Search for a company by name or domain.

find_milestone

Find a milestone by name or due date in a project.

find_notebook_or_comment

Locate notebooks or note comments by search parameters.

Triggers

Name
new_task

Fires when a task is created.

new_person

Fires when a new person (user/contact) is added.

new_comment

Fires when a new comment is posted.

new_message

Fires when a new message is posted (in project messages or discussions).

new_file

Fires when a new file is added.

new_expense

Fires when a new expense entry is added.

new_invoice

Fires when a new invoice is created.

Quick Start

TypeScript
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.