Skip to main content
POST
Append Ticket Message

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Path Parameters

ticketId
string
required

Ticket ID.

Body

application/json

AppendTicketMessageRequest is the request to append a message to a ticket.

userId
string

Sender user ID.

message
object

ConversationMessage represents a single message in a support thread.

Response

A successful response.

AppendTicketMessageResponse is the response after appending a message.

ticket
object

Ticket represents a support case.