---
title: "Create Lead Email"
method: POST
path: "/api/admin/leads/{lead_id}/emails"
tags: ["lead-emails"]
---

# Create Lead Email

`POST /api/admin/leads/{lead_id}/emails`

## Path parameters

- `lead_id` string, required

## Request body

- CreateEmailInput
  - `lead_id` string, required
  - `policy_id` string, nullable
  - `quote_id` string, nullable
  - `direction` string, required
  - `from_address` string, required
  - `to_address` string, required
  - `subject` string, required
  - `sent_at` string, required
  - `notes` string, nullable
  - `attachment_url` string, nullable
  - `attachment_name` 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)
