---
title: "Send Email Lambda"
method: POST
path: "/api/v2/lambda_send_email"
tags: ["api-v2-emails"]
---

# Send Email Lambda

`POST /api/v2/lambda_send_email`

## Request body

- LambdaEmailRequest
  - `sender` string, required
  - `to` string[], nullable
  - `subject` string, required
  - `cc` string[], nullable
  - `bcc` string[], nullable
  - `body` string, required
  - `name` string, required
  - `document_ids` integer[], nullable

## Response `200`

Successful Response

- DataOkResponse
  - `data` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/lev/apis/lev-api.md) · [All operations](https://skmtc.net/lev/apis/lev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lev/lev-api/revisions/e1915e1423cf/schema)
