---
title: "Send survivor email"
method: POST
path: "/worksites/{id}/send_survivor_email"
tags: ["Worksites"]
---

# Send survivor email

`POST /worksites/{id}/send_survivor_email`

Send an email to a survivor with a secure link to view/update their worksite information

## Request body

- object
  - `email` string, email, required — Email address to send message to

## Response `204`

Email sent successfully

## Other responses

- `400` — Invalid email address
- `404` — Worksite not found

---

[API](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api.md) · [All operations](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crisiscleanup/crisiscleanup-api/revisions/3fa73d4b2895/schema)
