--- title: 'Teamwork' description: '' --- # Teamwork undefined | Detail | Value | |---|---| | Category | Project Management | | Base URL | `https://{site_name}.teamwork.com` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `teamwork` | ## Using Teamwork in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Teamwork** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_projects_0) | List Projects | | [GET ](./get_create_task_1) | Create Task | | [GET ](./get_get_task_2) | Get Task | | [GET ](./get_log_time_3) | Log Time | | [GET ](./get_list_people_4) | List People | | [GET ](./get_list_milestones_5) | List Milestones | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.