Skip to main content

What’s Supported

Supported Actions

This connector supports:
  • Read Actions, including full historic backfill. Please note that incremental read is supported for do-not-call-lists, record-lists, prompts and campaigns only. For all other objects, a full read of the Talkdesk instance will be done for each scheduled read.
  • Write Actions.
  • Proxy Actions, using the base URL https://api.talkdeskapp.com.

Supported Objects

The Talkdesk connector supports reading from the following objects: The Talkdesk connector supports writing to the following objects:

Example integration

For an example manifest file of a Talkdesk integration, visit our samples repo on Github.

Before You Get Started

To integrate Talkdesk with Ampersand, you will need a Talkdesk Account. 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.
Alt text 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.
  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.
Alt text
  1. Enter the scopes set for your application in Talkdesk.
  2. Click Save Changes.