1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/docs/integrations/sources/delighted.md
Sophia Wiley 76df2f240a Docs: Update broken links (#23940)
* updated_links_in_docs

* updated more links

* typo

* removed backticks

* deleted links in deploying on cloud and local deployment
2023-03-13 20:38:25 +01:00

3.6 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.2 2023-03-09 23909 Updated the input config pattern to accept both RFC3339 and datetime string formats in UI
0.2.1 2023-02-14 23009 Specified date formatting in specification
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