---
title: "Email Compliance Feedback Report"
method: POST
path: "/internal/reliability/marketing/feedback/report/email"
tags: ["internal"]
---

# Email Compliance Feedback Report

`POST /internal/reliability/marketing/feedback/report/email`

Email a generated compliance feedback report to Ashika / Ashi / Cece.

No Slack integration for this surface — Resend via the frontend email
route. Uses ``send_compliance_feedback_report_email`` with raise-on-error
so the admin UI can surface delivery failures (unlike the best-effort
``send_email`` helper).

## Request body

- EmailComplianceFeedbackReportRequest — Email an already-generated compliance feedback report. Recipients are fixed (Ashika / Ashi / Cece) — see the frontend email route.
  - `company_name` string, required
  - `team_name` string, nullable
  - `lookback` string, required
  - `comments_only` boolean, required
  - `feedback_count` integer, required
  - `summary` string, required
  - `disposition_summary` string, nullable
  - `report` string, required

## Response `200`

Successful Response

- StatusResponse
  - `status` string

## Other responses

- `422` — Validation Error

---

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