Zendesk Talk Data Migration Configuration
Overview
Zendesk Talk fetches data using the Zendesk Talk API. The process for obtaining credentials for Zendesk Talk mirrors that of Zendesk Support. You can use existing Zendesk Support credentials or create new ones.
Connection Properties
In the YAML file, the config section contains the following properties:
Connectorname: Zendesk
subdomain: Zendesk sub-domain
Email: Email address used for login
Password: Password for the account
Token: API Token
Oauth_token: OAuth tokenMetadata Properties
In this section, two modes of data refresh are defined: INCREMENTAL and FULL_TABLE. It only supports DateTime datatype columns.
| INCREMENTAL |
|
This mode retrieves data from the date column specified in the replication key starting from the designated start date in the replication value. Once scheduled, the replication value is automatically updated based on the imported data. |
| FULL_TABLE |
|
This mode retrieves data from the date column specified in the replication key starting from the specified start date in the replication value. Once scheduled, the replication value is automatically updated from the imported data. |
Example Configuration
FULL_TABLE
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: zendesk_data
connectorname: zendesk
config:
subdomain: subdomain
email: mail
password: password
token: <>
Oauth token: <>
Select:
- TABLE1
- TABLE2
metadata:
TABLE1:
replication_method: FULL_TABLE
replication_key: last_modified_on
replication_value: '2023-07-19 00:00:00'
interval_type: days
interval_value: 6
TABLE2:
replication_method: FULL_TABLE
replication_key: last_modified_on
replication_value: '2023-07-19 00:00:00'
interval_type: days
interval_value: 6
INCREMENTAL
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: zendesk_data
connectorname: zendesk
config:
subdomain: subdomain
email: mail
password: password
token: <>
Oauth token: <>
Select:
- TABLE1
- TABLE2
metadata:
TABLE1:
replication_method: FULL_TABLE
replication_key: last_modified_on
replication_value: '2023-07-19 00:00:00'
TABLE2:
replication_method: FULL_TABLE
replication_key: last_modified_on
replication_value: '2023-07-19 00:00:00'
Configure the Data Hub to connect Zendesk Talk
- To start, Click the
Bold Data Hubicon on the Navigation Pane.

- Click
Add Pipelineand provide the name for the new pipeline.

- Select the newly created pipeline and add the
Zendesk Talktemplate.

- Update the subdomain, email address, password or token (API or OAuth) in the template. Also, Update the resources on the
selectproperty and save it to the BoldBI Data Store.

- Creating a Pipeline in Bold Data Hub automatically creates a Data Source in Bold BI. The Bold BI Data Source is a live data source to the destination database used in Bold Data Hub. For more information on the relationship between Bold Data Hub Pipeline and the associated Data Sources in Bold BI , please refer to Relationship between Bold Data Hub Pipeline and Associated Data Sources in Bold BI
Warning:
1. The <b> Encrypt_Credentials </b> property should be set to false when updating the new access token on the template. If you have modified other properties, such as 'select' or 'account id', the <b> Encrypt_Credentials </b> property must be set to true.
2. The default lifetime of the access token is 1 hour. Therefore, you need to convert it to a long-lived access token in order to use the same token for 60 days. Existing tables should be maintained even if the token has expired or is being used as an invalid token. Schedule Data Hub Job
- To configure interval-based scheduling, click on the schedules tab and select the created pipeline and click on the schedule icon and configure it.


- For on-demand refresh, click Run Now button.
.
- The Schedule history can be checked using the history option as well as logs.

- Click on Logs to see if the run is completed and data source is created in Bold BI.

- Click
Edit DataSourceOption to view the created tables.