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.
レプリケーションに利用可能なオブジェクトのリストについては、 [スキーマ] セクションを参照してください。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
詳細については、「SaaSアプリケーションへの接続」を参照してください。
- 必要な接続プロパティを入力します。
接続名に接続の名前を入力します。
接続メタデータを開くを選択して、作成時の接続のメタデータを定義します。
[作成] をクリックします。
| Setting | Description |
|---|---|
| Data gateway | ユース ケースに応じて Data Movement gateway を選択します。 情報メモ Qlik Talend Cloud スターター サブスクリプションでは Data Movement gateway をサポートしていないため、この項目は使用できません。別のサブスクリプション ティアを利用しており、Data Movement gateway を使用しない場合は、 [None] (なし) を選択します。 Data Movement gateway の利点とそれを必要とするユース ケースの詳細については、「Qlik データ ゲートウェイ - データ移動」を参照してください。 |
| Start Date | ソースからターゲットにデータをレプリケートする必要がある日付を |
| 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 |