---
title: "Create Note"
method: POST
path: "/api/hubspot/contacts/{contact_identifier}/notes"
tags: ["hubspot", "hubspot"]
---

# Create Note

`POST /api/hubspot/contacts/{contact_identifier}/notes`

Crea una **nota** asociada a un contacto.

**🔒 Endpoint Protegido:** Requiere autenticación JWT y rol 'ui_hubspot', 'admin' o 'ui_citas'

## Path parameters

- `contact_identifier` string, required

## Request body

- BackendApiSchemasHubspotCreateNoteRequest — Modelo para crear una nota en un contacto de HubSpot
  - `note` string, required

## Response `201`

Successful Response

- SimpleOKResponse — Respuesta simple indicando éxito
  - `ok` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
