---
title: "Create Contact Note"
method: POST
path: "/api/v1/contacts/{id}/notes"
tags: ["ContactService"]
---

# Create Contact Note

`POST /api/v1/contacts/{id}/notes`

## Path parameters

- `id` string, required

## Request body

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

## Response `200`

Successful response

- CreateContactNoteResponse
  - `success` boolean
  - `message` string
  - `data` ContactNote
    - `id` string — Note ID
    - `content` string — Note content
    - `created_at` string — Creation timestamp

---

[API](https://skmtc.net/ravan/apis/agni-api.md) · [All operations](https://skmtc.net/ravan/apis/agni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ravan/agni-api/versions/48f45dc58534/schema)
