---
title: "POST /crm/notes"
method: POST
path: "/crm/notes"
tags: ["CrmNote"]
---

# POST /crm/notes

`POST /crm/notes`

Create a new note

## Request body

- CrmCreateOrUpdateNoteRequest
  - `content` string, required — The contents of the note in plain text or HTML.

## Response `200`

- CrmCreateOrUpdateNoteResponse
  - `status` 'ok' | 'error', required
  - `message` string, required
  - `result` unknown, required

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
