---
title: "Create a note"
method: POST
path: "/crm/notes"
tags: ["Notes"]
---

# Create a note

`POST /crm/notes`

## Request body

- NoteData — Note data to be saved
  - `text` string, required — Text content of a note
  - `contactIds` integer[] — Contact Ids linked to a note
  - `dealIds` string[] — Deal Ids linked to a note
  - `companyIds` string[] — Company Ids linked to a note

## Response `200`

Created new note

- NoteId — Updated Note ID
  - `id` string — Unique note Id

## Other responses

- `400` — Returned when invalid data posted
- `415` — Format is not supported

---

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