---
title: "Send To Wholesaler"
method: POST
path: "/api/admin/applications/send-to-wholesaler"
tags: ["admin-application-email"]
---

# Send To Wholesaler

`POST /api/admin/applications/send-to-wholesaler`

Email the selected application PDFs to a wholesaler and log the send.

## Request body

- SendApplicationRequest
  - `token` string, nullable
  - `application_id` string, nullable
  - `to_emails` string[], required
  - `cc_emails` string[]
  - `subject` string, required
  - `body` string, required
  - `coverage_keys` string[], required
  - `wholesaler_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
