---
title: "Test Send Digest"
method: POST
path: "/api/v1/internal/release-email/digests/{digest_id}/test-send"
tags: ["internal", "release-email"]
---

# Test Send Digest

`POST /api/v1/internal/release-email/digests/{digest_id}/test-send`

Deliver the proof to the signed-in staff member, and nobody else.

## Path parameters

- `digest_id` string, uuid, required

## Response `200`

Successful Response

- ReleaseEmailDigestResponse
  - `id` string, uuid, required
  - `month_start` string, date, required
  - `covers_start` string, date, nullable, required
  - `covers_end` string, date, nullable, required
  - `subject` string, required
  - `preheader` string, nullable, required
  - `body_markdown` string, required
  - `status` 'draft' | 'sending' | 'sent', required — Where a digest sits between editable and shipped. ``SENDING`` exists so the claim on a send can be taken *before* Resend is called: the broadcast is the irreversible step, and a status that only changed after it returned would let a double click or a retry mail every customer twice.
  - `last_test_sent_at` string, date-time, nullable, required
  - `updated_at` string, date-time, required
  - `sent_at` string, date-time, nullable, required
  - `recipient_count` integer, nullable, required
  - `resend_broadcast_id` string, nullable, required
  - `internal_test_broadcast_id` string, nullable, required
  - `internal_test_sent_at` string, date-time, nullable, required
  - `is_sent` boolean, required
  - `is_locked` boolean, required
  - `is_test_send_current` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-08** `ba2b8d962161` — 2 info
  - added the required property `covers_end` to the response with the `200` status
  - added the required property `covers_start` to the response with the `200` status

[Change history](https://skmtc.dev/maia-analytics/apis/maia-api/changes/api/v1/internal/release-email/digests/:digest_id/test-send/post.md)

---

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