---
title: "Add internal notes"
method: POST
path: "/beta/conversations/{conversationId}/notes/bulk"
tags: ["Conversations", "Internal Notes"]
---

# Add internal notes

`POST /beta/conversations/{conversationId}/notes/bulk`

Create internal notes in a conversation by providing the conversation id.

## Path parameters

- `conversationId` integer, required

## Request body

- BulkCreateInternalNoteInput
  - `data` CreateInternalNoteInput[]
    - `message` string, required
    - `agentId` string, uuid
    - `createdAt` string, date-time

## Response `200`

The created internal notes

- BulkCreateNoteOutput
  - `data` BulkActionOutcomeErrorResponseInternalNoteData[]
    - union
      - BulkActionFailureErrorResponseInternalNoteData
        - `error` ErrorResponse, required
          - `message` string, required
      - BulkActionSuccessErrorResponseInternalNoteData
        - `data` InternalNoteData, required
          - `id` string, uuid, required
          - `authorId` string, uuid, required
          - `createdAt` string, date-time, required
          - `csid` integer, required
          - `message` string, required

## Other responses

- `400` — Invalid value for: path parameter conversationId, Invalid value extracted from request context, Invalid value for: body
- `404` — An entity in this request could not be found
- `500` — Internal failure during request processing

---

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