POST
/
ticketing
/
comments

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

Set to true to include data from the original Ticketing software.

Body

application/json
body
string
required

The body of the comment

html_body
string

The html body of the comment

is_private
boolean

The public status of the comment

creator_type
string

The creator type of the comment (either user or contact)

ticket_id
string

The uuid of the ticket the comment is tied to

contact_id
string

The uuid of the contact which the comment belongs to (if no user_id specified)

user_id
string

The uuid of the user which the comment belongs to (if no contact_id specified)

attachments
string[]

The attachements uuids tied to the comment

Response

200 - application/json
statusCode
number
required
message
string
error
string
data
object