---
title: "Draft Follow Up Reply"
method: POST
path: "/api/v1/follow-ups/{message_id}/draft"
tags: ["follow-ups"]
---

# Draft Follow Up Reply

`POST /api/v1/follow-ups/{message_id}/draft`

AI reply draft for a follow-up (on-demand generate/regenerate; most items are
pre-drafted by the post-analysis job). The generated Draft carries the Gmail thread
id so a reply sent from it participates in reply tracking (reply_received).

## Path parameters

- `message_id` string, uuid, required

## Headers

- `authorization` string, nullable — Bearer <token>

## Response `200`

Successful Response

- EnvelopeFollowUpDraftResponse
  - `data` FollowUpDraftResponse, required
    - `draft_id` string, uuid, required
    - `subject` string, nullable
    - `body` string, required
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
