---
title: "Create"
method: POST
path: "/crm/v3/objects/notes"
tags: ["Basic"]
---

# Create

`POST /crm/v3/objects/notes`

Create a note with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard notes is provided.

## Request body

- CrmSimplePublicObjectInputForCreate — Is the input object used to create a new CRM object, containing the properties to be set and optional associations to link the new record with other CRM objects.
  - `associations` CrmPublicAssociationsForObject[], required
    - `to` PublicObjectId, required
      - `id` string, required — The unique ID that identifies an object.
    - `types` AssociationSpec[], required
      - `associationCategory` 'HUBSPOT_DEFINED' | 'INTEGRATOR_DEFINED' | 'USER_DEFINED', required — The category of the association, such as "HUBSPOT_DEFINED".
      - `associationTypeId` integer, required — The ID representing the specific type of association.
  - `properties` object, required — Key-value pairs for setting properties for the new object.

## Response `200`

successful operation

- CrmCreatedResponseSimplePublicObject
  - `createdResourceId` string, required — The unique identifier of the newly created resource.
  - `entity` CrmSimplePublicObject, required — A simple public object.
    - `archived` boolean, required — Whether the object is archived.
    - `archivedAt` string, date-time — The timestamp when the object was archived, in ISO 8601 format.
    - `createdAt` string, date-time, required — The timestamp when the object was created, in ISO 8601 format.
    - `id` string, required — The unique ID of the object.
    - `objectWriteTraceId` string — A unique identifier for tracing the creation request.
    - `properties` object, required — Key-value pairs representing the properties of the object.
    - `propertiesWithHistory` object — Key-value pairs representing the properties of the object along with their history.
    - `updatedAt` string, date-time, required — The timestamp when the object was last updated, in ISO 8601 format.
    - `url` string
  - `location` string — The URL location of the newly created resource.

## Other responses

- `default` — An error occurred.

---

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