---
title: "Send a test newsletter email"
method: POST
path: "/v1/posts/{postId}/test-email"
tags: ["posts"]
---

# Send a test newsletter email

`POST /v1/posts/{postId}/test-email`

Sends a test newsletter email for the specified draft post to the publication owner's email address. Useful for previewing how a post will look as a newsletter before publishing. Only works for draft posts.

## Path parameters

- `postId` string, required

## Request body

- object

## Response `200`

Test email sent successfully

- object
  - `success` true, required — Whether the email was sent

## Other responses

- `400` — No email associated with the account
- `401` — Invalid or missing API key
- `404` — Post not found in your publication
- `500` — Internal server error

---

[API](https://skmtc.net/paragraph-xyz/apis/paragraph-api.md) · [All operations](https://skmtc.net/paragraph-xyz/apis/paragraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paragraph-xyz/paragraph-api/versions/7bbf1b62c1a0/schema)
