---
title: "Update Outbound Lead"
method: PATCH
path: "/outbound-leads/{outbound_lead_id}"
tags: ["Outbound Leads"]
---

# Update Outbound Lead

`PATCH /outbound-leads/{outbound_lead_id}`

Update an outbound lead.

## Path parameters

- `outbound_lead_id` string, uuid, required

## Request body

- UpdateOutboundLeadRequest — Request to update an outbound lead.
  - `status` string, nullable — Lead status
  - `first_name` string, nullable — First name
  - `last_name` string, nullable — Last name
  - `phone_number` string, nullable — Phone number
  - `email` string, nullable — Email address
  - `case_id` string, uuid, nullable — Associated case ID
  - `trigger_metadata` object, nullable — Resolved trigger-supplied values, keyed by the customer's configured trigger field keys

## Response `200`

Successful Response

- OutboundLeadResponse — Full outbound lead response.
  - `outbound_lead_id` string, uuid, required
  - `customer_id` string, uuid, required
  - `status` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `phone_number` string, nullable
  - `email` string, nullable
  - `case_id` string, uuid, nullable
  - `case_title` string, nullable
  - `is_qualified` boolean
  - `qualification_summary` string, nullable
  - `qualification_details` QualificationQA[], nullable
    - `question` string, required — The qualification question that was asked or evaluated
    - `answer` string, required — The caller's answer or the evaluated response from the transcript
  - `inquiry_reason` string, nullable
  - `trigger_metadata` object, nullable
  - `call_status` string, nullable
  - `has_call` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
