dixa-api-client

Python API Client for Dixa


License
MIT
Install
pip install dixa-api-client==2.2.1

Documentation

Dixa API Wrapper

Python PyPI PyPI PyPI - Downloads

Installation

pip install dixa-api-client

Usage

from dixa import Dixa

client = Dixa(api_key='XXXXX')

agents = client.v1.Agents.list()

for agent in agents:
    print(agent['id'])

For more details on the content of the reponses, visit the official dixa API docs.

Resources Available

v1

  • Agents
  • Analytics
  • Contact Endpoints
  • Conversations
  • Custom Attributes
  • End Users
  • Queues
  • Tags
  • Teams
  • Webhooks

Resources

License

MIT