---
title: "Add worksite note"
method: POST
path: "/worksites/{id}/notes"
tags: ["Worksites"]
---

# Add worksite note

`POST /worksites/{id}/notes`

Add a note to a worksite for tracking communication and updates

## Request body

- object
  - `note` string, required — Note content
  - `note_type` 'survivor' | 'volunteer_note' — Type of note being added

## Response `201`

Note added successfully

## Other responses

- `400` — Invalid input data
- `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)
