---
title: "Send message for ticket"
method: POST
path: "/api/tickets/message"
tags: ["ApiHelpdeskTickets"]
---

# Send message for ticket

`POST /api/tickets/message`

## Request body

- AddTicketMessageDto
  - `ticketId` string, uuid
  - `isAdminReply` boolean
  - `message` string, nullable
  - `fileIds` string[], nullable
  - `telegramAttachments` TelegramAttachmentDto[], nullable
    - `telegramFileId` string, nullable
    - `telegramFileUniqueId` string, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
