---
title: "Send Message"
method: POST
path: "/api/v1/workflow-architect/chats/{chat_id}/message"
tags: ["workflow-architect"]
---

# Send Message

`POST /api/v1/workflow-architect/chats/{chat_id}/message`

## Path parameters

- `chat_id` string, uuid, required

## Request body

- WorkflowMessageRequest
  - `content` string, required

## Response `202`

Successful Response

- WorkflowTurnResponse
  - `status` string, required

## 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)
