HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/agentcloud/airbyte/docs/integrations/sources/talkdesk-explore.md
# Talkdesk Explore

:::warning

## Deprecation Notice

The Talkdesk Explore source connector is scheduled for deprecation on March 5th, 2024 due to incompatibility with upcoming platform updates as we prepare to launch Airbyte 1.0. This means it will no longer be supported or available for use in Airbyte. 

This connector does not support new per-stream features which are vital for ensuring data integrity in Airbyte's synchronization processes. Without these capabilities, we cannot enforce our standards of reliability and correctness for data syncing operations.

### Recommended Actions

Users who still wish to sync data from this connector are advised to explore creating a custom connector as an alternative to continue their data synchronization needs. For guidance, please visit our [Custom Connector documentation](https://docs.airbyte.com/connector-development/).

:::


## Overview

Talkdesk is a software for contact center operations.

The Talkdesk Explore connector uses the [Talkdesk Explore API](https://docs.talkdesk.com/docs/explore-api) to fetch data from usage reports.

### Output schema

The connector supports both Full Refresh and Incremental on the following streams:

* [Calls Report](https://docs.talkdesk.com/docs/calls-report)
* [User Status Report](https://docs.talkdesk.com/docs/user-status-explore)
* [Studio Flow Execution Report](https://docs.talkdesk.com/docs/studio-flow-execution-report)
* [Contacts Report](https://docs.talkdesk.com/docs/contacts-report)
* [Ring Attempts Report](https://docs.talkdesk.com/docs/ring-attempts-report)

### Note on report generation

To request data from one of the endpoints, first you need to generate a report. This is done by a POST request where the payload is the report specifications. Then, the response will be a report ID that you need to use in a GET request to obtain the report's data.

This process is further explained here: [Executing a Report](https://docs.talkdesk.com/docs/executing-a-report)

### Features

| Feature | Supported? |
| :--- | :--- |
| Full Refresh Sync | Yes |
| Incremental - Append Sync | Yes |
| Incremental - Dedupe Sync | No |
| SSL connection | Yes |

### Performance considerations

The Explore API has an account-based quota limit of 15 simultaneous reports (executing + enqueued). If this limit is exceeded, the user will receive a 429 (too many requests) response.

## Getting started

### Requirements

* Talkdesk account
* Talkdesk API key (`Client Credentials` auth method)

### Setup guide

Please refer to the [getting started with the API](https://docs.talkdesk.com/docs/api-access) guide.

## Changelog

| Version | Date | Pull Request | Subject |
|---------|------|--------------|---------|
| 0.1.0 | 2022-02-07 | | New Source: Talkdesk Explore
| :--- | :--- | :--- | :--- |