# Add internal notes Create internal notes in a conversation by providing the conversation id. Endpoint: POST /beta/conversations/{conversationId}/notes/bulk Version: beta Security: ApiKeyAuth ## Path parameters: - `conversationId` (integer, required) ## Request fields (application/json): - `data` (array) - `data.message` (string, required) - `data.agentId` (string) - `data.createdAt` (string) ## Response 200 fields (application/json): - `data` (array) ## Response 400 fields (application/json): - `message` (string, required) ## Response 404 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required)