Dixa ON THIS PAGE
Dixa is a customer service platform that unifies customer data and communication channels.
For more information about the API, see the Dixa API .
See the
Schema section for a list of objects available for replication.
Feature snapshot
A high-level look at this connector, including useful links, and supported features.
Preparing for authentication To access your data, you need to authenticate the connection with your account credentials.
Information note Make sure that the account you use has read access to the tables you want to fetch.
To generate the API token:
Log into your Dixa account. Go to the Settings page. Scroll to the Manage section and click Integrations . In the API Tokens tab, click Add API token . Give the API token a name, like Qlik Integration
, to make it easy to find in your list of tokens. Choose Dixa API as the API version. Click Save changes Copy the token. 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 .
Connection settings 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 MM/DD/YYYY
, from which the data must be replicated from your source to your target.
API Token API token. Interval Select the granularity of report time intervals from the drop-down list.
SchemaInformation note 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.
activity_logs
The activity_logs
lists all information from activity logs for an organization in your Dixa account.
Replication Method
CDC
Primary Key
id
Replication Key
activityTimestamp
Useful links
Dixa API method
activity_logs table foreign keys Join activity_logs with on conversations activity_logs.conversationId = conversations.id messages activity_logs.attributes.messageId = messages.id
activity_logs table schema
_type
STRING
activityTimestamp
DATE-TIME
activityType
STRING
attributes
OBJECT
This is a nested data structure:
type : STRINGagent : OBJECT, which is also a nested data structure.
email : STRINGid : STRINGname : STRINGphoneNumber : STRINGagentid : STRINGagentName : STRINGagentNames : ARRAYavatalUrl : STRINGavatarUrl : STRINGclaimedFromLabel : STRINGclaimedFromType : STRINGconversationSubject : STRINGdestinationId : STRINGdestinationLabel : STRINGdestinationType : STRINGfromEndpoint : STRINGmessage : STRINGmessageId : STRINGnote : STRINGqueueLabel : STRINGreason : STRINGsubject : STRINGtag : STRINGtagAdded : STRINGtemplateName : STRINGtransferType : STRING
author
OBJECT
This is a nested data structure:
email : STRINGid : STRINGname : STRINGphoneNumber : STRING
conversationId
INTEGER
id
STRING
conversations
The conversations
table lists information about conversations in your Dixa account.
Replication Method
CDC
Primary Key
id
Replication Key
updated_at
Useful links
Dixa API method
conversations table foreign keys Join conversations with on activity_logs conversations.id = activity_logs.conversationId
conversations table schema
anonymized_at
INTEGER
assigned_at
INTEGER
assignee_email
STRING
assignee_id
STRING
assignee_name
STRING
assignee_phone_number
STRING
closed_at
INTEGER
conversation_wrapup_notes
ARRAY
created_at
INTEGER
custom_fields
ARRAY
This is a nested data structure:
archived : BOOLEANattribute_id : STRINGdata_type : STRINGidentifier : STRINGvalue : STRING
direction
STRING
dixa_email_integration_id
STRING
dixa_email_integration_sender_name
STRING
facebook_page_id
STRING
facebook_page_name
STRING
forwarding_email
STRING
from_provisioned_phone_number_id
STRING
from_provisioned_phone_number_name
STRING
handling_duration
INTEGER
id
INTEGER
initial_channel
STRING
last_message_created_at
INTEGER
originating_country
STRING
queue_id
STRING
queue_name
STRING
queued_at
INTEGER
rating_message
STRING
rating_score
INTEGER
ratings
ARRAY
This is a nested data structure:
rating_cancelled_timestamp : STRINGrating_created_timestamp : INTEGERrating_language : STRINGrating_message : STRINGrating_modified_timestamp : INTEGERrating_offered_timestamp : INTEGERrating_rated_timestamp : INTEGERrating_scheduled_for_timestamp : INTEGERrating_scheduled_timestamp : INTEGERrating_score : INTEGERrating_status : STRINGrating_type : STRINGrating_unscheduled_timestamp : STRING
requester_email
STRING
requester_id
STRING
requester_name
STRING
requester_phone_number
STRING
status
STRING
subject
STRING
tags
ARRAY
tags_info
ARRAY
This is a nested data structure:
id : STRINGis_deactivated : BOOLEANname : STRING
to_provisioned_phone_number_id
STRING
to_provisioned_phone_number_name
STRING
total_duration
INTEGER
transfer_time
INTEGER
transferee_name
STRING
transferee_number
STRING
updated_at
INTEGER
widget_id
STRING
widget_name
STRING
messages
The messages
table contains information about all messages in your Dixa account.
Replication Method
CDC
Primary Key
id
Replication Key
created_at
Useful links
Dixa API method
messages table foreign keys Join messages with on activity_logs messages.id = activity_logs.attributes.messageId
messages table schema
attached_files
ARRAY
author_email
STRING
author_name
STRING
bcc
ARRAY
cc
ARRAY
chat_input_answer
STRING
chat_input_question
STRING
chat_menu_text
STRING
created_at
INTEGER
csid
INTEGER
direction
STRING
duration
INTEGER
from
STRING
from_phone_number
STRING
id
STRING
initial_channel
STRING
is_automated_message
BOOLEAN
recording_url
STRING
text
STRING
to
ARRAY
to_phone_number
STRING
voicemail_url
STRING