Skip to content

ChemicalLuck/dixa-api-node

Repository files navigation

Dixa API Client for Node.js

Installation

Install using your choice of package manager from npm:

npm install @ChemicalLuck/dixa-api-node

Usage

import { Dixa } from "@ChemicalLuck/dixa-api-node";

const dixa = new Dixa("your-access-token");

const tags = await dixa.v1.tags.list();

console.log(tags);

Resources Available

v1

  • Agents
  • Analytics
  • [] BusinessHours
  • [] ChatBots
  • ContactEndpoints
  • Conversations
  • CustomAttributes
  • EndUsers
  • [] Knowledge
  • Queues
  • [] Ratings
  • Tags
  • Teams
  • [] Templates
  • Webhooks

About

TypeScript/Node.js client for the Dixa support API (v1). Covers Agents, Conversations, End Users, Queues, Tags, Teams, Webhooks, Analytics, Custom Attributes, and Contact Endpoints, with BusinessHours, ChatBots, Knowledge, Ratings, and Templates still in progress.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors