Talkdesk Calls

This article covers the configuration needed for Capacity's Conversation Intelligence (CI) platform to ingest your Talkdesk call recordings and associated metadata. It assumes you've already created your Talkdesk OAuth client — if not, start with the Authentication article first.


How It Works

  • Automated ingestion of call audio and metadata directly from Talkdesk via API — no file transfer step required
  • Secure, credential-based access using OAuth 2.0 client credentials — Capacity never has access to your Talkdesk login
  • Batch retrieval of call center audio and metadata once configured

Before You Begin

  • Complete the Authentication article to create your Talkdesk OAuth client.
  • You'll add the scopes below to that same client — you don't need to create a second client for Calls.

Required Scopes

In your OAuth client's scopes panel, select the following four scopes at a minimum:

ScopeDescription
data-reports:readRead access to data/reporting APIs (call metadata, analytics)
data-reports:write
Write access to data/reporting APIs; required for certain report-generation endpoints
recordings:read
Read and download call recording audio files
users:read
Read the Talkdesk user directory (used to map agent identities)

What to Share with Capacity

ItemDescription
Client IDThe Client ID generated in Partner Project
Client SecretThe Client Secret generated in Partner Project
Base URIThe subdomain prefix (e.g. mycompany from mycompany.talkdeskid.com)
RegionThe TalkDesk regional domain (e.g. talkdeskapp.com)

Was this article helpful?