---
title: "Send Leads Summary Email Endpoint"
method: POST
path: "/developer/send-leads-summary-email"
tags: ["Developer", "Developer - Email"]
---

# Send Leads Summary Email Endpoint

`POST /developer/send-leads-summary-email`

Send a leads summary email for the current customer.

This endpoint is restricted to developer users only.
Sends a summary email of all leads from 8am yesterday to 8am today
(based on the customer's default timezone) to the specified email
or the current user's email if not provided.

## Request body

- SendLeadsSummaryEmailRequest — Request to send leads summary email
  - `email` string, nullable — Email address to send to (defaults to current user's email)
  - `day_offset` integer — Day offset: 0=today, 1=tomorrow, -1=yesterday

## Response `200`

Successful Response

- SendLeadsSummaryEmailResponse — Response from triggering leads summary email
  - `message` string, required — Status message
  - `task_id` string, nullable — Celery task ID for tracking

## 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/b642b91e0a5c/schema)
