---
title: "Send Custom Email"
method: POST
path: "/api/v1/email/send-custom-email"
---

# Send Custom Email

`POST /api/v1/email/send-custom-email`

## Request body

- EmailData
  - `to` string[], required
  - `subject` string, required
  - `plan_manager_id` string, nullable
  - `from_name` string, nullable
  - `from_email` string, nullable
  - `reply_to` string, nullable
  - `cc` string[], nullable
  - `bcc` string[], nullable
  - `html_content` string, nullable
  - `html_template` string, nullable
  - `metadata` object, nullable
  - `invoice_id` string, nullable
  - `participant_id` string, nullable
  - `pm_provider_id` string, nullable
  - `attachments` Attachment[], nullable
    - `content` string, required
    - `filename` string, required
  - `scheduled_time` string, nullable
  - `document_ids` integer[], nullable
  - `statement_ids` string[], nullable
  - `template_id` string, nullable
  - `sender_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
