---
title: "Followup Email Preview"
method: GET
path: "/api/v1/admin/followups/{task_id}/email-preview"
tags: ["admin-followups"]
---

# Followup Email Preview

`GET /api/v1/admin/followups/{task_id}/email-preview`

Render the task's email exactly as a send would (drawer preview).

## Path parameters

- `task_id` string, uuid, required

## Response `200`

Successful Response

- FollowupEmailPreview — Rendered follow-up email — exactly what a send at this moment produces (or reproduced from the snapshot for already-sent tasks).
  - `subject` string, required
  - `html` string, required
  - `template_name` string, required
  - `has_override` boolean, required
  - `editable` boolean, required

## 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)
