---
title: "Send a message to an existing triage conversation."
method: POST
path: "/public/rdvm/triage/conversations/{threadId}/messages"
tags: ["RdvmPortal"]
---

# Send a message to an existing triage conversation.

`POST /public/rdvm/triage/conversations/{threadId}/messages`

## Path parameters

- `threadId` string, required

## Request body

- SendRdvmTriageMessageRequest
  - `sessionId` string
  - `clinicId` string
  - `threadId` string
  - `message` string

## Response `200`

OK

- SendRdvmTriageMessageResponse
  - `threadId` string
  - `response` string
  - `timestamp` string, date-time

---

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