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

# Field View Send Message

`POST /field-view/conversations/{conversation_id}/send`

Send a text message in the conversation.
Scoped to the authenticated technician.

## Path parameters

- `conversation_id` string, uuid, required

## Request body

- FieldViewSendRequest
  - `body` string, nullable
  - `media_urls` string[], nullable
  - `target_phone` string, nullable

## Response `200`

Successful Response

- FieldViewTimelineItem
  - `type` string, required
  - `id` string, required
  - `direction` string, nullable
  - `body` string, nullable
  - `media_urls` FieldViewMediaItem[], nullable
    - `url` string, nullable
    - `content_type` string, nullable
    - `size` integer, nullable
  - `created_at` string, required
  - `sender_name` string, nullable
  - `user_id` string, nullable
  - `from_number` string, nullable
  - `call_status` string, nullable
  - `call_duration_seconds` integer, nullable
  - `event_type` string, nullable
  - `metadata` object, nullable

## 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/216c8523b7ae?raw)
