---
title: "Send Join Advisor Message"
method: POST
path: "/api/v1/chats/{chat_id}/join-advisor-message"
tags: ["join-advisor"]
---

# Send Join Advisor Message

`POST /api/v1/chats/{chat_id}/join-advisor-message`

Send a follow-up message to an existing Join Advisor chat.

## Path parameters

- `chat_id` string, uuid, required

## Request body

- JoinAdvisorFollowupRequest
  - `content` string, required

## Response `202`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
