Documentation
Build support into your product
Everything you need to integrate Dispatch Tickets. Create your first ticket in minutes.
Install the SDK
npm install @dispatchtickets/sdkCreate a ticket
import { DispatchTickets } from '@dispatchtickets/sdk';
const client = new DispatchTickets({ apiKey: 'sk_live_...' });
const ticket = await client.tickets.create('br_xxx', {
title: 'Need help with my order',
customerEmail: 'customer@example.com'
});Channels
Connect your support channels to receive tickets from any source.
Features
Configure workflows, manage multiple brands, and integrate with your tools.
Reference
API documentation, SDK, and source code.
API at a glance
RESTful API with predictable resource-oriented URLs.
Core endpoints
POST
/brands/:id/ticketsGET
/brands/:id/ticketsGET
/brands/:id/tickets/:idPOST
/brands/:id/tickets/:id/commentsPOST
/brands/:id/webhooks