> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Teamwork

API configuration: [`teamwork`](https://nango.dev/providers.yaml)

## Features

| Features                                                             | Status                         |
| -------------------------------------------------------------------- | ------------------------------ |
| [Auth (OAuth)](/integrate/guides/authorize-an-api)                   | ✅                              |
| [Sync data](/integrate/guides/sync-data-from-an-api)                 | ✅                              |
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅                              |
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api)         | ✅                              |
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api)   | 🚫 (time to contribute: \<48h) |

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [How to register an Application](https://developer.teamwork.com/guides/developer-portal)
* [OAuth-related docs](https://developer.teamwork.com/guides/how-to-authenticate-via-app-login-flow)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

* There are no scopes needed in the authorization, hence, you can keep the scope field empty.
* Teamwork uses [different domain extensions](https://apidocs.teamwork.com/docs/teamwork/df5a63302d729-getting-started-with-the-teamwork-com-api#getting-your-url) for different regions, i.e `eu` for EU Hosted Customers. For US based clients leave `extension` blank but for EU based customers add `.eu` as your `extension`.
* Also, provide your `yourSiteName` as your connection `subdomain`. If you're using a custom domain, you can override the set `base_url` using `baseUrlOverride`.

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/teamwork.mdx)</Note>
