> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-feat-always-enabled-object.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Talkdesk

## What's Supported

### Supported Actions

This connector supports:

* **Proxy Actions**, using the base URL `https://api.talkdeskapp.com`.

## Before You Get Started

To integrate Talkdesk with Ampersand, you will need [a Talkdesk Account](https://www.Talkdesk.com/).

Once your account is created, you'll need to register an OAuth app and obtain the following credentials:

* Client ID
* Client Secret

You will then use these credentials to connect your application to Ampersand.

### Creating a Talkdesk OAuth App

Follow the steps below to create a Talkdesk OAuth app:

1. Log in to your Talkdesk workspace.
2. Go to **Builder** > **OAuth Clients**.
3. In the OAuth 2.0 section, click on **Create OAuth client**.
4. Enter the following details:
   1. **OAuth client name:** Choose a name for your OAuth client.
   2. **Grant type:** Select the Authorization Code and Refresh Token as grant type.
   3. **Redirect URI:** Enter `https://api.withampersand.com/callbacks/v1/oauth`.
   4. **Scopes:** Select the scopes you want to use for your application from the list of available scopes.
5. Click **Create**.

<img src="https://mintcdn.com/ampersand-24eb5c1a-feat-always-enabled-object/Ud9ZFH3YhsrR0Uee/images/provider-guides/talkdesk-oauth.gif?fit=max&auto=format&n=Ud9ZFH3YhsrR0Uee&q=85&s=afd535940e7cc9a830fc504408e25fff" alt="Alt text" width="1920" height="1080" data-path="images/provider-guides/talkdesk-oauth.gif" />

You will see the **Client ID** and **Client Secret** in a popup. Note these credentials, as you will need them to connect your app to Ampersand.

## Add Your Talkdesk App Info to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).
2. Select the project where you want to create a *Talkdesk* integration.
3. Select **Provider Apps**.
4. Select *Talkdesk* from the **Provider** list.
5. Enter the previously obtained **Client ID** in the **Client ID** field and the **Client Secret** in the **Client Secret** field.

<img src="https://mintcdn.com/ampersand-24eb5c1a-feat-always-enabled-object/Ud9ZFH3YhsrR0Uee/images/provider-guides/talkdesk-ampersand.gif?fit=max&auto=format&n=Ud9ZFH3YhsrR0Uee&q=85&s=76bbf8f8d93e563acc5054a40de31932" alt="Alt text" width="1920" height="1080" data-path="images/provider-guides/talkdesk-ampersand.gif" />

6. Enter the scopes set for your application in *Talkdesk*.
7. Click **Save Changes**.
