---
title: "Send Attendee Emails Endpoint"
method: POST
path: "/sendAttendeeEmails"
---

# Send Attendee Emails Endpoint

`POST /sendAttendeeEmails`

Send emails to attendees with their share link.
- Attendee must have status in approved / approved-none / approved-Pavoot
  (or status sent/auto-sent when forceResend=true).
- For persons with 0 images, zero_images_phrase must be provided.
- On success: sets status to 'sent'.
- On per-recipient failure: sets status to 'email-failed' and records last_email_error;
  continues to next recipient (returns partial success).

## Request body

- SendAttendeeEmailsRequest
  - `projectId` integer, required
  - `personIds` string[], required
  - `zeroImagesConfirmation` string, nullable
  - `subjectOverride` string, nullable
  - `bodyTextOverride` string, nullable
  - `forceResend` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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