---
title: "Send Followup"
method: POST
path: "/api/v1/admin/followups/{task_id}/send"
tags: ["admin-followups"]
---

# Send Followup

`POST /api/v1/admin/followups/{task_id}/send`

Send now — through the FULL gate (CAS claim, re-validation,
suppression, caps). A double-click loses the claim and reports it.

## Path parameters

- `task_id` string, uuid, required

## Query parameters

- `override_caps` boolean — Explicit admin confirm to bypass frequency caps

## Response `200`

Successful Response

- SendResultResponse
  - `outcome` string, required
  - `detail` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
