---
title: "Add a note to a contact"
method: POST
path: "/v3/contacts/{id}/notes"
tags: ["Contacts"]
---

# Add a note to a contact

`POST /v3/contacts/{id}/notes`

<small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>

Adds a note to an existing contact

## Path parameters

- `id` integer, required

## Request body

- object
  - `notes` string, required — Note content

## Response `204`

Note added successfully. The response body is empty.

- unknown

## Other responses

- `400` — Validation failure on the route parameter or request body, or a business rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to modify this contact
- `404` — Contact not found
- `429` — Too Many Requests

---

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