Delighted
Delighted is a customer experience (CX) platform that collects NPS, CSAT, and other survey feedback through email, SMS, and in-app channels.
Delighted integration replicates data using the Delighted API.
See the Schema section for a list of objects available for replication.Preparing for authentication
To access your data, you need to authenticate the connection with your account credentials.
To set up your Delighted account, you need:
- A Delighted account with access to the CX project you want to replicate.
- A Delighted API key for the project. Each project has its own API key — contact your Delighted account admin to obtain it.
Before creating the connection, confirm that you have selected the correct project in the top-left corner of your Delighted account. API keys are project-scoped; using a key from a different project will replicate data from that project instead.
Creating the connection
For more information, see Connecting to SaaS applications.
- Fill in the required connection properties.
Provide a name for the connection in Connection name.
Select Open connection metadata to define metadata for the connection when it has been created.
Click Create.
| Setting | Description |
|---|---|
| Data gateway | Select a Data Movement gateway if required by your use case. Information note This field is not available with the Qlik Talend Cloud Starter subscription, as it does not support Data Movement gateway. If you have another subscription tier and do not want to use Data Movement gateway, select None. For information on the benefits of Data Movement gateway and use cases that require it, see Qlik Data Gateway - Data Movement. |
| Start Date | Enter the date, in the format |
| API Key | API key. |
Schema
Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
Depending on your destination, table and column names may not appear as they are outlined below.
bounces
The bounces table contains information about people whose survey delivery bounced in your Delighted project.
Replication Method | CDC |
Primary Key | person_id |
| Useful links |
email_autopilot
The email_autopilot table contains information about people enrolled in the email autopilot queue in your Delighted project.
Replication Method | CDC |
Primary Key | person_id next_survey_request_id |
| Useful links |
metrics
The metrics table contains aggregate survey metric data for your Delighted project.
Replication Method | Full Table |
| Useful links |
people
The people table contains information about survey recipients in your Delighted project.
Replication Method | CDC |
Primary Key | id |
| Useful links |
sms_autopilot
The sms_autopilot table contains information about people enrolled in the SMS autopilot queue in your Delighted project.
Replication Method | CDC |
Primary Key | person_id next_survey_request_id |
| Useful links |
survey_responses
The survey_responses table contains survey response records from your Delighted project.
Replication Method | CDC |
Primary Key | id |
| Useful links |
unsubscribes
The unsubscribes table contains information about people who have unsubscribed from surveys in your Delighted project.
Replication Method | CDC |
Primary Key | person_id |
| Useful links |