Skip to main content

Dixa

Sync overview

This source can sync data for the Dixa conversation_export API. It supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

Output schema

This Source is capable of syncing the following Streams:

Data type mapping

Integration TypeAirbyte TypeNotes
stringstring
intinteger
timestampinteger
arrayarray

Features

FeatureSupported?(Yes/No)Notes
Full Refresh SyncYes
Incremental SyncYes
NamespacesNo

Performance considerations

The connector is limited by standard Dixa conversation_export API limits. It should not run into limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

When using the connector, keep in mind that increasing the batch_size parameter will decrease the number of requests sent to the API, but increase the response and processing time.

Getting started

Requirements

  • Dixa API token

Setup guide

  1. Generate an API token using the Dixa documentation.

  2. Define a start_timestamp: the connector will pull records with updated_at >= start_timestamp

  3. Define a batch_size: this represents the number of days which will be batched in a single request.

    Keep the performance consideration above in mind

Reference

Config fields reference

Field
Type
Property name
string
api_token
string
start_date
integer
batch_size

Changelog

VersionDatePull RequestSubject
0.3.02023-10-1730994Migrate to Low-code Framework
0.2.02023-06-0825103Add fields to conversation_export stream
0.1.32022-07-0714437🎉 Source Dixa: bump version 0.1.3
0.1.22021-11-087499Remove base-python dependencies
0.1.12021-08-125367Migrated to CI Sandbox, refactorred code structure for future support
0.1.02021-07-074358New source