---
title: "Add new message to trouble ticket"
method: POST
path: "/ticket/{ticketId}/message"
tags: ["tickets"]
---

# Add new message to trouble ticket

`POST /ticket/{ticketId}/message`

Add a new message to this trouble ticket. Messages can be `CUSTOMER` (customer will be able to see it) or `INTERNAL`.

## Path parameters

- `ticketId` string, required

## Headers

- `authorization` string, required

## Request body

- NewTicketMessage
  - `visibility` string, required — Defines if this message is `CUSTOMER` (customer will receive a copy) or `INTERNAL`
  - `body` string, required — Message text

## Response `200`

Success!

## Other responses

- `400` — Bad request.
- `404` — Object not found.

---

[API](https://skmtc.net/brandlovers/apis/brandlovers-marketplace-api-v1.md) · [All operations](https://skmtc.net/brandlovers/apis/brandlovers-marketplace-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brandlovers/brandlovers-marketplace-api-v1/revisions/cb3af6151ae4/schema)
