---
title: "Update Lead Last Follow Up"
method: PATCH
path: "/api/admin/leads/{lead_id}/follow-up"
tags: ["admin-leads"]
---

# Update Lead Last Follow Up

`PATCH /api/admin/leads/{lead_id}/follow-up`

Set (or clear) a lead's manually-entered Last Follow-up Date.

Distinct from `follow_up_date` (the next scheduled follow-up). Used by the
follow-up tracking feature to flag leads that need attention.

## Path parameters

- `lead_id` string, required

## Request body

- UpdateLastFollowUpInput
  - `last_follow_up_date` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
