Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

The tickets module gives every customer a self-service way to open a support ticket. Tickets thread between the customer and admin team, move through open -> waiting_on_customer -> resolved -> closed, and can be linked to a specific order. Source: modules/tickets · npm: @86d-app/tickets

Installation

86d module add tickets

Store endpoints

MethodPathDescription
POST/ticketsOpen a ticket
GET/tickets/meList the customer’s tickets
POST/tickets/me/:id/replyReply

Admin endpoints

MethodPathDescription
GET/admin/ticketsQueue with filters
POST/admin/tickets/:id/respondReply
POST/admin/tickets/:id/resolveResolve