---
title: "Field View Initiate Call"
method: POST
path: "/field-view/conversations/{conversation_id}/initiate-call"
tags: ["field-view"]
---

# Field View Initiate Call

`POST /field-view/conversations/{conversation_id}/initiate-call`

Initiate a bridge call for the field view technician.

Same flow as the dashboard bridge call, adapted for the technician:
1. Call the technician's personal phone (users.phone_number)
2. When technician answers and presses 1, bridge to the customer
3. Technician's twilio_phone_number is used as caller ID

## Path parameters

- `conversation_id` string, uuid, required

## Request body

- FieldViewCallRequest
  - `target_phone` string, nullable

## Response `200`

Successful Response

- FieldViewCallResponse
  - `call_sid` string, required
  - `status` 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/94953390bbd8?raw)
