Install using your choice of package manager from npm:
npm install @ChemicalLuck/dixa-api-nodeimport { Dixa } from "@ChemicalLuck/dixa-api-node";
const dixa = new Dixa("your-access-token");
const tags = await dixa.v1.tags.list();
console.log(tags);- Agents
- Analytics
- [] BusinessHours
- [] ChatBots
- ContactEndpoints
- Conversations
- CustomAttributes
- EndUsers
- [] Knowledge
- Queues
- [] Ratings
- Tags
- Teams
- [] Templates
- Webhooks