---
title: "sends a preview mail. 🔓"
method: POST
path: "/v3/mailings/{id}/sendpreview"
tags: ["mailings"]
---

# sends a preview mail. 🔓

`POST /v3/mailings/{id}/sendpreview`

sends a preview mail of mailing with given id <br/> Only emails of users from logged in client can be used as receivers<br/> <br/> <strong>Example Post Data:</strong><br/> <code> {<br/> &nbsp;&nbsp;&nbsp;&nbsp;"receivers":&nbsp;[<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dick.grayson@gotham.com",<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jason.todd@gotham.com",<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tim.drake@gotham.com",<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"damian.wayne@gotham.com",<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"terry.mcginnis@gotham.com"<br/> &nbsp;&nbsp;&nbsp;&nbsp;],<br/> &nbsp;&nbsp;&nbsp;&nbsp;"previewText":&nbsp;" - have a look"<br/> }<br/> </code> <br/> If you do not provide a preview Text it is set to " - PREVIEW"! <br/> <br/>

## Path parameters

- `id` string, required

## Request body

- MailingSendPreviewModel
  - `receivers` string[], required — emails of receivers
  - `previewText` string — text to be added to the subject

## Response `200`

Success

- string[]

---

[API](https://skmtc.net/cleverreach/apis/cleverreach-rest-api.md) · [All operations](https://skmtc.net/cleverreach/apis/cleverreach-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverreach/cleverreach-rest-api/versions/7248a065f67f/schema)
