1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/docs/integrations/sources/delighted.md
Denys Davydov ee54c242ce 🎉Source Delighted: migrate to lowcode + certify to beta (#19822)
* #18711 source Delighted: migrate to lowcode + certify to Beta

* #18711 source delighted: fix configured catalog

* #18711 review fixes

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-12-09 19:12:50 +02:00

3.2 KiB

Delighted

This page contains the setup guide and reference information for the Delighted source connector.

Prerequisites

To set up the Delighted source connector, you'll need the Delighted API key.

Set up the Delighted connector in Airbyte

  1. Log into your Airbyte Cloud account.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, enter the name for the Delighted connector and select Delighted from the Source type dropdown.
  4. For Since, enter the date in a Unix Timestamp format. The data added on and after this date will be replicated.
  5. For API Key, enter your Delighted API Key.
  6. Click Set up source.

Supported sync modes

The Delighted source connector supports the following sync modes:

Supported Streams

This Source is capable of syncing the following core Streams:

Changelog

Version Date Pull Request Subject
0.2.0 2022-11-22 19822 Migrate to Low code + certify to Beta
0.1.4 2022-06-10 13439 Change since parameter input to iso date
0.1.3 2022-01-31 9550 Output only records in which cursor field is greater than the value in state for incremental streams
0.1.2 2022-01-06 9333 Add incremental sync mode to streams in integration_tests/configured_catalog.json
0.1.1 2022-01-04 9275 Fix pagination handling for survey_responses, bounces and unsubscribes streams
0.1.0 2021-10-27 4551 Add Delighted source connector