Teamwork.com
Overview
The Teamwork.com source connector lets you connect a Teamwork.com site to your workspace.
This connector is currently in development. At this time, it supports credential validation during setup, but does not yet extract data or expose any streams.
Setup
Prerequisites
- A Teamwork.com account with access to the site you want to connect.
- Your Teamwork.com site URL (must be
https). - A Teamwork.com API key.
Create an API key in Teamwork.com
- In Teamwork.com, generate or locate your API key (Teamwork provides API keys per user).
- Copy the API key value for use in the connector configuration.
Authentication
This connector authenticates using HTTP Basic Auth:
- Username: your Teamwork.com API key
- Password: a placeholder value (the connector uses a fixed dummy value)
During setup, the connector validates credentials by calling:
GET {site_url}/projects/api/v3/me.json
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
site_url | string | Yes | Your Teamwork.com site URL (must be a valid https URL). Example: https://yourcompany.teamwork.com |
api_key | string | Yes | Your Teamwork.com API key used for Basic Auth. |
Streams
No streams are currently available. The connector’s extraction functionality is still in development.