Skip to main content

Delighted

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

Prerequisites

  • A Delighted API Key.
  • A desired start date and time. Only data added on and after this point will be replicated.

Setup guide

Step 1: Obtain a Delighted API Key

To set up the Delighted source connector, you'll need a Delighted API key. For detailed instructions, please refer to the official Delighted documentation.

Step 2: Set up the Delighted connector in Airbyte

  1. Log in to your Airbyte Cloud account, or navigate to the Airbyte Open Source dashboard.
  2. From the Airbyte UI, click Sources, then click on + New Source and select Delighted from the list of available sources.
  3. Enter a Source name of your choosing.
  4. Enter your Delighted API Key.
  5. In the Replication Start Date field, enter the desired UTC date and time. Only the data added on and after this date will be replicated.
note

If you are configuring this connector programmatically, please format your date as such: yyyy-mm-ddThh:mm:ssZ. For example, an input of 2022-05-30T14:50:00Z signifies a start date of May 30th, 2022 at 2:50 PM UTC. For help converting UTC to your local time, use a UTC Time Zone Converter.

  1. Click Set up source and wait for the tests to complete.

Supported sync modes

The Delighted source connector supports the following sync modes:

Supported streams

This source is capable of syncing the following core streams:

Reference

Config fields reference

Field
Type
Property name
string
api_key
string
since

Changelog

VersionDatePull RequestSubject
0.2.32023-09-0827946Changed Date Since input field title to Replication Start Date
0.2.22023-03-0923909Updated the input config pattern to accept both RFC3339 and datetime string formats in UI
0.2.12023-02-1423009Specified date formatting in specification
0.2.02022-11-2219822Migrate to Low code + certify to Beta
0.1.42022-06-1013439Change since parameter input to iso date
0.1.32022-01-319550Output only records in which cursor field is greater than the value in state for incremental streams
0.1.22022-01-069333Add incremental sync mode to streams in integration_tests/configured_catalog.json
0.1.12022-01-049275Fix pagination handling for survey_responses, bounces and unsubscribes streams
0.1.02021-10-274551Add Delighted source connector