---
title: "Create a note"
method: POST
path: "/v1/donor_notes"
tags: ["Notes"]
---

# Create a note

`POST /v1/donor_notes`

## Request body

- DonorNote
  - `id` string, uuid
  - `donor_id` string, uuid, required
  - `content` string, required
  - `note_type` string
  - `is_pinned` boolean, nullable
  - `activity_id` string, uuid, nullable
  - `donation_id` string, uuid, nullable
  - `created_at` string, date-time

## Response `201`

Created

---

[API](https://skmtc.net/hecher/apis/growgelt-api.md) · [All operations](https://skmtc.net/hecher/apis/growgelt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hecher/growgelt-api/revisions/b79af77cd086/schema)
