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/retently.md
# Retently

## Overview

The Retently source supports full refresh sync.

### Output schema

Several output streams are available from this source:

- [Customers](https://www.retently.com/api/#api-get-customers-get)
- [Companies](https://www.retently.com/api/#api-get-companies-get)
- [Reports](https://www.retently.com/api/#api-get-reports-get)
- [Campaigns](https://www.retently.com/api/#api-get-campaigns)
- [Feedback](https://www.retently.com/api/#api-get-feedback-get)
- [NPS](https://www.retently.com/api/#api-get-latest-score)
- [Outbox](https://www.retently.com/api/#api-get-sent-surveys)
- [Templates](https://www.retently.com/api/#api-get-templates-get)

If there are more endpoints you'd like Airbyte to support, please [create an issue](https://github.com/airbytehq/airbyte/issues/new/choose).

### Features

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

## Getting started

### Requirements

- Retently Account
- Retently API Token

### Setup guide

Retently supports two types of authentication: by API Token or using Retently oAuth application.

You can get the API Token for Retently [here](https://app.retently.com/settings/api/tokens).
OAuth application is [here](https://app.retently.com/settings/oauth).

## Changelog

| Version | Date       | Pull Request                                             | Subject                                              |
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------- |
| 0.2.0   | 2023-08-03 | [29040](https://github.com/airbytehq/airbyte/pull/29040) | Migrate to Low-Code CDK                              |
| 0.1.6   | 2023-05-10 | [25714](https://github.com/airbytehq/airbyte/pull/25714) | Fix invalid json schema for nps stream               |
| 0.1.5   | 2023-05-08 | [25900](https://github.com/airbytehq/airbyte/pull/25900) | Fix integration tests                                |
| 0.1.4   | 2023-05-08 | [25900](https://github.com/airbytehq/airbyte/pull/25900) | Fix integration tests                                |
| 0.1.3   | 2022-11-15 | [19456](https://github.com/airbytehq/airbyte/pull/19456) | Add campaign, feedback, outbox and templates streams |
| 0.1.2   | 2021-12-28 | [9045](https://github.com/airbytehq/airbyte/pull/9045)   | Update titles and descriptions                       |
| 0.1.1   | 2021-12-06 | [8043](https://github.com/airbytehq/airbyte/pull/8043)   | 🎉 Source Retently: add OAuth 2.0                    |
| 0.1.0   | 2021-11-02 | [6966](https://github.com/airbytehq/airbyte/pull/6966)   | 🎉 New Source: Retently                              |