posts

Send a test newsletter 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.

post/v1/posts/{postId}/test-email

Path parameters

postIdstring required

Unique identifier of the post to preview

Request body

object required

Response

Test email sent successfully

successtrue required

Whether the email was sent

Changes

Changed in 2 of the 61 revisions of this API.41

    • removed the optional property error from the response with the 400 status

      response-optional-property-removed

    • removed the optional property error from the response with the 401 status

      response-optional-property-removed

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • endpoint added

      endpoint-added