---
title: "Agregar nota al contacto"
method: POST
path: "/v1/contacts/{contactId}/notes"
tags: ["Contacts"]
---

# Agregar nota al contacto

`POST /v1/contacts/{contactId}/notes`

## Path parameters

- `contactId` string, required

## Request body

- object
  - `message` string, required

## Response `200`

Nota creada

---

[API](https://skmtc.net/cliengo/apis/cliengo-public-api.md) · [All operations](https://skmtc.net/cliengo/apis/cliengo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cliengo/cliengo-public-api/versions/94c7ba7d6a11/schema)
