Skip to content

Commit dd6865b

Browse files
authored
docs: Add documentation for Delighted data warehouse source (#17526)
Co-authored-by: inkeep[bot] <257615677+inkeep[bot]@users.noreply.github.com>
1 parent cd76e33 commit dd6865b

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Linking Delighted as a source
3+
sidebar: Docs
4+
showTitle: true
5+
availability:
6+
free: full
7+
selfServe: full
8+
enterprise: full
9+
sourceId: Delighted
10+
---
11+
12+
<CalloutBox icon="IconInfo" title="Alpha release" type="fyi">
13+
14+
This source is currently in **alpha**. The interface and available tables may change.
15+
16+
</CalloutBox>
17+
18+
The Delighted connector syncs your survey feedback data – responses, people, unsubscribes, bounces, and NPS metrics – into PostHog.
19+
20+
## Adding a data source
21+
22+
1. Go to the [sources tab](https://app.posthog.com/data-management/sources) of the data pipeline section in PostHog.
23+
2. Click **+ New source** and then click **Link** next to Delighted.
24+
3. Next, you need an API key from Delighted. In your Delighted account, go to **Settings → API** and copy your API key. Each Delighted project has its own API key with read access to that project's data.
25+
4. Back in PostHog, enter the key in the `API key` field and click **Next**.
26+
5. Select the tables you want to sync, set the sync method and frequency, then click **Import**.
27+
28+
Once the syncs are complete, you can start using Delighted data in PostHog.
29+
30+
## Available tables
31+
32+
| Table | Description | Sync method |
33+
| ------------------ | ------------------------------------------------------------- | ------------ |
34+
| `survey_responses` | Survey responses with customer feedback, scores, and comments | Incremental |
35+
| `people` | People who have received surveys | Incremental |
36+
| `unsubscribes` | People who have unsubscribed from surveys | Incremental |
37+
| `bounces` | Email addresses that have bounced | Incremental |
38+
| `metrics` | Account-level NPS metrics snapshot (single row) | Full refresh |
39+
40+
**Incremental** tables sync only new or updated records on each run. **Full refresh** tables reload all data on each sync.
41+
42+
## Configuration
43+
44+
<SourceParameters />

0 commit comments

Comments
 (0)