Skip to content

Teamwork

Teamwork is a project management software that helps teams collaborate, organize tasks, and track progress efficiently.

Categories: crm, project-management

Type: teamwork/v1


Connections

Version: 1

Basic Auth

Properties

NameLabelTypeControl TypeDescriptionRequired
siteNameYour site nameSTRINGTEXTe.g. https://{yourSiteName}.teamwork.comtrue
usernameAPI KeySTRINGTEXTtrue

Actions

Create Company

Name: createCompany

Creates a new company.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemCompany{{STRING(name), STRING(emailOne), STRING(phone), STRING(website)}(company)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(name), STRING(emailOne), STRING(phone), STRING(website)}OBJECT_BUILDER

Create Task

Name: createTask

Create a new task

Properties

NameLabelTypeControl TypeDescriptionRequired
tasklistIdTask List IDINTEGERSELECTTask list where new task is addedtrue
__itemTask{{STRING(name), STRING(description), DATE(dueAt)}(task)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(name), STRING(description), STRING(dueAt)}OBJECT_BUILDER

Triggers