Skip to main content

Python API Client for Dixa

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dixa_api_client-2.0.1.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

dixa_api_client-2.0.1-py3-none-any.whl (26.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page