---
title: "Send Prepare"
method: POST
path: "/api/deck-admin/email/send/prepare"
---

# Send Prepare

`POST /api/deck-admin/email/send/prepare`

## Headers

- `authorization` string

## Request body

- SendPrepare
  - `template_version_id` string, required
  - `send_kind` string, required
  - `viewer_id` string, nullable
  - `deck_ids` string[]
  - `subject_override` string, nullable
  - `cc` string, nullable
  - `bcc` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aipoweredsocialscan/apis/accountability.md) · [All operations](https://skmtc.dev/aipoweredsocialscan/apis/accountability/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aipoweredsocialscan/accountability/revisions/6ce776993b65/schema)
