Skip to main content
POST
Create Help Desk Comment

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

number
required
Numeric identifier of the help desk message to comment on.

Request Body

string
required
The text content of the comment.

Response

Returns a 200 OK on success.

Examples

Add a comment

TypeScript Integration