Skip to content

ChemicalLuck/dixa-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python client library for the Dixa API (v1)

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors