1
0
mirror of synced 2026-01-08 12:03:02 -05:00
Files
airbyte/docs/integrations/sources/retently.md
Iryna Grankova 1e4eea241e Update fields in source-connectors specifications: retently (#9045)
* Files title/description update for issue # 8914

* Version update for issue # 8914

* Update airbyte-integrations/connectors/source-retently/source_retently/spec.json

Update description

Co-authored-by: Anna Lvova <37615075+annalvova05@users.noreply.github.com>

* Update airbyte-integrations/connectors/source-retently/source_retently/spec.json

Update Description

Co-authored-by: Anna Lvova <37615075+annalvova05@users.noreply.github.com>

* add doc

* add doc

* bump version

Co-authored-by: Anna Lvova <37615075+annalvova05@users.noreply.github.com>
Co-authored-by: alvova <annalvova05@gmail.com>
2021-12-28 14:26:06 +02:00

47 lines
1.4 KiB
Markdown

# 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)
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.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 |