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: '[email protected]'
});Get started
Start here
Quickstart
Get your first ticket created in under 5 minutes.
Email Setup
Configure inbound and outbound email. No code required.
Web Forms
Add a contact form to any website. No JavaScript required.
Customer Portal
Embed a ticketing portal into your app.
API Reference
Build your own UI with the full REST API.
Guides
Step-by-step guides for common use cases.
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