Kustomer
Kustomer is a cloud-based solution, which helps small to large businesses streamline communication and provide client support via multiple channels.
Kustomer integration replicates data using the Kustomer REST API v1.
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 create the API token:
- Log into your Kustomer account.
- Go to Settings > API Keys.
- Click New API Key.
- Select the roles that can have access to the API key.
- Leave the API expiration option blank.
If you set an expiration date, the API key will expire and the connection will break. If this happens, you need to re-generate the API key in Kustomer and enter the new key.
- Click Create.
- Copy and paste your API token into a secured file.
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 Token | API token. |
Schema
Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
conversations
The conversations table contains information about conversations in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |
customers
The customers table contains information about customers in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |
kobjects
The kobjects table contains information about Kustomer objects in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |
messages
The messages table contains information about messages in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |
notes
The notes table contains information about notes in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |
shortcuts
The shortcuts table contains information about shortcuts in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |
tags
The tags table contains information about tags in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |
teams
The teams table contains information about teams in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |
users
The users table contains information about users in the Kustomer app.
Replication Method | CDC |
Primary Key | id |
Replication Key | updated_at |
| Useful links |