Unify Integrations
Logo
Teamwork

Teamwork

Logo

3 mins READ

Teamwork is a project management software designed to help teams collaborate efficiently, track tasks, and manage workflows. It offers features like task assignments, time tracking, and file sharing to streamline project execution.

Integrating Teamwork with your application enhances project management, collaboration, and overall productivity.

Authentication

Before you begin, make sure you have the following information:

  • Connection Name: Choose a descriptive name for your Teamwork connection to help identify it within your application or integration settings. A meaningful name, like "MyAppTeamworkIntegration," helps maintain organization, especially when managing multiple integrations.

  • Authentication Type: Select the type of authentication to connect to your Teamwork account securely:

    • API Key

    • OAuth

API Key Authentication

  1. Go to Teamwork.com, click your avatar in the bottom left.

  2. Click "Edit my details".

  3. Go to "API & Mobile".

  4. Turn on the API for my account.

  5. Click on the "Show your token".

  6. Copy the API Token and store it securely to prevent unauthorized access.

    Frame 166.png
    Frame 166.png

OAuth Based Authentication

  • Create an account on teamwork and go to https://{yourSiteName}.teamwork.com/developer.

  • Create a new app and provide required details. 

  • In redirect URIs enter the Callback URL provided from the new connection details page.

  • Go to the Credentials section and copy the Client ID and Client Secret.

  • Ensure you store them securely as they provide access to your teamwork account.

    Frame 167.png
    Frame 167.png

Actions

ActionsDescription
Create projectCreates a project in Teamwork
Create subtaskCreates a subtask for a specified task in Teamwork
Create task in task listCreates a task in a specified task list in Teamwork
Create task listCreates a new task list in Teamwork
Create task on projectCreates a task on a project in Teamwork
Delete projectDeletes a project in Teamwork
Delete taskDeletes a task in Teamwork
Delete task listDeletes a task list in Teamwork
Get all projectsRetrieves all projects from Teamwork
Get all task listsRetrieves all task lists from Teamwork
Get all task lists for projectRetrieves all task lists for a project from Teamwork
Get all tasksRetrieves tasks across all projects in Teamwork
Retrieve taskRetrieves a task from Teamwork
Update projectUpdates a project in Teamwork
Update taskUpdates an existing task in Teamwork
Update task listUpdates a task list in Teamwork

Triggers

TriggersDescription
Project createdProject created on Teamwork
Task createdTask created on Teamwork
Task list createdTask list created on Teamwork