Integration Library

Connect Your
Entire Stack.

CUXB acts as the central nervous system for your conversational data. Connect to 50+ tools in one click, or use our API for everything else.

Chat Platforms

Connect directly to where your users are talking.

Help Desk & Support

Sync tickets and automate handoffs seamlessly.

CRM & Marketing

Enrich customer profiles with conversation data.

Data & Analytics

Pipe conversational metrics into your warehouse.

Build Custom Integrations

Need to connect to a proprietary internal tool? Use our robust REST API and Webhooks to build exactly what you need.

GET /v1/conversations

const cuxb = require('cuxb-node');

// Initialize client

const client = new cuxb.Client(API_KEY);


// Send conversation event

await client.events.create(

type: 'message',

userId: 'user_123',

content: 'Help with billing'

);