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

# Send survivor SMS

`POST /worksites/{id}/send_survivor_sms`

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

## Request body

- object
  - `phone` string, required — Phone number to send SMS to

## Response `204`

SMS sent successfully

## Other responses

- `400` — Invalid phone number
- `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)
