---
title: "Create contact note"
method: POST
path: "/v1/contact_notes"
tags: ["Contact Notes"]
---

# Create contact note

`POST /v1/contact_notes`

Creates a new contact note.

**Required Attributes:**
- `body` (string) - The note content

**Required Relationships:**
- `contact` - The contact this note belongs to (resource identifier)

## Response `201`

Contact note created successfully

## Other responses

- `401` — Unauthorized
- `422` — Invalid contact note data

---

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