---
title: "Create note"
method: POST
path: "/v1/notes"
tags: ["CRM"]
---

# Create note

`POST /v1/notes`

Creates a note and optionally maps it to accounts by domain and contacts by email.

## Request body

- NoteInput
  - `note` object, required
    - `title` string, required
    - `content` string, nullable
  - `account_domains` string[], nullable
  - `contact_emails` string[], nullable

## Response `200`

Note was created.

- ApiResponse
  - `success` boolean
  - `message` string
  - `data` unknown

## Other responses

- `201` — Note was created.
- `400` — The request failed validation.
- `401` — The API key is missing, invalid, or not allowed to access this route.
- `429` — The route rate limit was exceeded.

---

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