This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Dixa

Overview

This source can sync data from the Dixa conversation_export API: Conversation export

The source is using Airbyte docker image (@airbyte/source-dixa). Learn more how Airbyte-based sources work

How to connect

Generate an API token using the Dixa documentation. Define a start_timestamp: the connector will pull records with updated_at >= start_timestamp. Define a batch_size: this represents the number of days which will be batched in a single request.

Connection Parameters

ParameterDocumentation
api_token*
string
(required)
Dixa API token
start_date*
string
(required)
The connector pulls records updated from this date onwards.
batch_size
integer
(not required)
Number of days to batch into one request. Max 31.