Teamwork
This page contains the setup guide and reference information for the Teamwork source connector.
Prerequisites
- Teamwork console username
- Teamwork console password
Documentation reference:
Visit https://apidocs.teamwork.com/docs/teamwork/v3/ for API documentation
Authentication setup
Teamwork uses basic http auth that uses username and password
Your default login username and password could be used as secrets, ref: https://apidocs.teamwork.com/guides/teamwork/authentication
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
username | string | Username. | |
password | string | Password. | |
site_name | string | Site Name. The teamwork site name which appears on the url | |
start_date | string | Start date. |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| latestactivity | id | DefaultPaginator | ✅ | ✅ |
| projects | id | DefaultPaginator | ✅ | ✅ |
| projects_active | value | DefaultPaginator | ✅ | ❌ |
| projects_billable | name | DefaultPaginator | ✅ | ❌ |
| companies | id | DefaultPaginator | ✅ | ✅ |
| me_timers | id | DefaultPaginator | ✅ | ✅ |
| time_entries | id | DefaultPaginator | ✅ | ✅ |
| timelog_totals | DefaultPaginator | ✅ | ❌ | |
| dashboards | id | DefaultPaginator | ✅ | ✅ |
| forms | id | DefaultPaginator | ✅ | ✅ |
| milestones | id | DefaultPaginator | ✅ |