Help Desk
Create Help Desk Comment
Adds a comment to an existing help desk message thread.
POST
Create Help Desk Comment
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 Comment
Adds a follow-up comment to an existing help desk message thread. Used for back-and-forth communication between the customer and the support team.Authentication
Requires a valid customer bearer token.Path Parameters
Numeric identifier of the help desk message to comment on.
Request Body
The text content of the comment.
Response
Returns a200 OK on success.
Examples
Add a comment
TypeScript Integration
Create Help Desk Comment