Retently
The Retently source connector connects to the Retently API using an API token.
Status
This connector is currently in development:
- Connection/authentication (credential validation) is implemented.
- Schema discovery and data extraction are not yet implemented.
Setup
Create an API token in Retently
- In Retently, generate or copy an API token (API key).
- Keep the token available for the connector configuration.
Authentication
This connector authenticates using an API token sent as an HTTP header:
- Header:
X-API-KEY: <api_token>
During credential validation, the connector makes a request to:
GET https://api.retently.com/v2/nps/surveys
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Retently API token used for requests (sent as X-API-KEY). |
Streams
No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.