Dixa
Version 0.0.1
Check out the Dixa API docs for more information
Set up
Accessing the Dixa API
In order to get access to our Dixa API, you have to create an API token.
In order to create a token you must be an administrator and follow these steps:
- When logged into Dixa, go to our Settings page. Scroll down to the "Manage" menu and find "Integrations".
- Choose "API Tokens" as a card and click on "Configure API tokens".
- Choose the action "Add API token".
- Give the API token a name that will make it easy to find it in the list and choose "Dixa API" as the API version. Click "Add API token".
- Now the token has been generated for you! Copy the token and store it somewhere safe and secure.
Dixa's tutorial guide can be found here
Set up Source in Kleene app
Now you should have everything you need to set up the source in the Kleene app.
- Source name
Choose any name you wish
- Dixa API Key
This is the API key you generated.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | The Historical reports allow data extraction from the last 12 months. |
Incremental | ✅ | Currently Supported both Conversations and Messages through the use of the 'Daily' reports |
Custom backfill | ❌ | |
API reliability | 🟢 | Reliable |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Conversations Daily | CREATED_AT | ID | Conversation Export |
Conversations Historical | CREATED_AT | ID | Conversation Export |
Messages Daily | CREATED_AT | ID | Messages Export |
Messages Historical | CREATED_AT | ID | Messages Export |
Foreign Key guidance
Messages Exports holds the 'CSID' foreign Key for Conversation Mapping.
Updated 12 months ago