---
title: "Create Comments"
method: POST
path: "/ticketing/comments"
tags: ["ticketing/comments"]
---

# Create Comments

`POST /ticketing/comments`

Create Comments in any supported Ticketing software

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Request body

- UnifiedTicketingCommentInput
  - `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. Authorized values are 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 `201`

- UnifiedTicketingCommentOutput
  - `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. Authorized values are 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
  - `id` string — The UUID of the comment
  - `remote_id` string — The id of the comment in the context of the 3rd Party
  - `remote_data` object, required
  - `created_at` object, required
  - `modified_at` object, required

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/d32842f233fb/schema)
