---
title: "Send Report Email Endpoint"
method: POST
path: "/developer/send-report-email"
tags: ["Developer", "Developer - Email"]
---

# Send Report Email Endpoint

`POST /developer/send-report-email`

Send a specific report email based on report ID.

This endpoint is restricted to developer users only.
Sends the report email with its configured filters and name.

## Request body

- SendReportEmailRequest — Request to send a specific report email
  - `report_id` string, uuid, required — The report ID to send
  - `email` string, nullable — Email address to send to (defaults to current user's email)
  - `day_offset` integer — Day offset: 0=today, 1=tomorrow
  - `include_test_calls` boolean — Whether to include leads from test calls
  - `append_subject_suffix` boolean — Whether to append a bracketed random suffix to the email subject line

## Response `200`

Successful Response

- SendReportEmailResponse — Response from sending a report email
  - `message` string, required — Status message
  - `report_name` string, required — Name of the report that was sent
  - `report_type` string, required — Type of report (leads_summary or inquiries_summary)

## Other responses

- `422` — Validation Error

---

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