Skip to content

Teamwork

Reference


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

Categories: [crm, project-management]

Version: 1


Connections

Version: 1

Basic Auth

Properties

NameTypeControl TypeDescription
Your site nameSTRINGTEXTe.g. https://{yourSiteName}.teamwork.com
API KeySTRINGTEXT

Triggers


Actions

Creates a company

Create a new company

Properties

NameTypeControl TypeDescription
Company{{STRING(name), STRING(emailOne), STRING(phone), STRING(website)}(company)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Creates a task

Create a new task

Properties

NameTypeControl TypeDescription
Tasklist IdINTEGERSELECTTask list where new task is added
Task{{STRING(name), STRING(description), DATE(dueAt)}(task)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(name), STRING(description), STRING(dueAt)}OBJECT_BUILDER