---
title: "Send an email via the centralized Trigger task (internal)"
method: POST
path: "/v1/internal/email/send"
tags: ["Internal - Email"]
---

# Send an email via the centralized Trigger task (internal)

`POST /v1/internal/email/send`

## Request body

- SendEmailDto
  - `to` string, required — Recipient email address
  - `subject` string, required — Email subject line
  - `html` string, required — Pre-rendered HTML content
  - `from` string — Explicit FROM address override
  - `system` boolean — Use system sender address (RESEND_FROM_SYSTEM)
  - `cc` object — CC recipients
  - `scheduledAt` string — Schedule email for later delivery
  - `attachments` string[] — File attachments

## Response `200`

Email task triggered

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/2fc5a4abe081/schema)
