---
title: "Create a batch of notes"
method: POST
path: "/crm/v3/objects/notes/batch/create"
tags: ["Batch"]
---

# Create a batch of notes

`POST /crm/v3/objects/notes/batch/create`

## Request body

- CrmBatchInputSimplePublicObjectBatchInputForCreate
  - `inputs` CrmSimplePublicObjectBatchInputForCreate[], required
    - `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.
    - `objectWriteTraceId` string — A unique identifier for tracing the creation request.
    - `properties` object, required — Key-value pairs representing the properties of the object.

## Response `200`

successful operation

- CrmBatchResponseSimplePublicObject — A public object batch response object
  - `completedAt` string, date-time, required — The timestamp when the batch processing was completed, in ISO 8601 format.
  - `errors` StandardError[]
    - `category` string, required — The main category of the error.
    - `context` object, required — Additional context-specific information related to the error.
    - `errors` ErrorDetail[], required — The detailed error objects.
      - `code` string — The status code associated with the error detail.
      - `context` object — Context about the error condition.
      - `in` string — The name of the field or parameter in which the error was found.
      - `message` string, required — A human readable message describing the error along with remediation steps where appropriate.
      - `subCategory` string — A specific category that contains more specific detail about the error.
    - `id` string — A unique ID for the error instance.
    - `links` object, required — URLs linking to documentation or resources associated with the error.
    - `message` string, required — A human-readable string describing the error and possible remediation steps.
    - `status` string, required — The HTTP status code associated with the error.
    - `subCategory` object — A more specific error category within each main category.
  - `links` object — An object containing relevant links related to the batch request.
  - `numErrors` integer — The number of errors encountered during the batch processing.
  - `requestedAt` string, date-time — The timestamp when the batch request was initially made, in ISO 8601 format.
  - `results` CrmSimplePublicObject[], required
    - `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
  - `startedAt` string, date-time, required — The timestamp when the batch processing began, in ISO 8601 format.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — The status of the batch processing request: "PENDING", "PROCESSING", "CANCELLED", or "COMPLETE"

## 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.dev/hubspot/apis/hubspot-api-specification/revisions/6f56ac6a8fa3?raw)
