Help Desk
Create Help Desk Message
Creates a new help desk support ticket.
POST
Create Help Desk Message
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Help Desk Message
Submits a new support ticket to the help desk. The message is assigned to the operator’s configured department or default queue.Authentication
Requires a valid customer bearer token.Request Body
Subject line for the support ticket.
Full description of the issue or request.
Optional department ID to route the ticket. See the departments endpoint.
Response
Returns a200 OK on success with the created message details.
Examples
Create a ticket
TypeScript Integration
Create Help Desk Message