---
title: "Field View Suggest Message"
method: POST
path: "/field-view/conversations/{conversation_id}/suggest-message"
tags: ["field-view"]
---

# Field View Suggest Message

`POST /field-view/conversations/{conversation_id}/suggest-message`

Suggest a reply for the technician based on conversation context.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- FieldViewSuggestResponse
  - `suggested_message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/8eb1d6b3ce25?raw)
