---
title: "Create mass comments"
method: POST
path: "/comments/mass-comments"
tags: ["Comments"]
---

# Create mass comments

`POST /comments/mass-comments`

### Add Mass Comments

The Add Mass Comments method enables you to add multiple comments at once. You should the following data in the request body:

#### Request Body

- The request should be sent as an array of objects in the raw format.
    
    - `creator_user_id` (Number): The ID of the user creating the comment.
        
    - `campaign_lead_id` (String): The ID of the campaign lead.
        
    - `body` (String): The content of the comment.
        

#### Response

The response will contain an array of comments, each with the following properties:

- `id` (String): The ID of the comment.
    
- `campaign_lead_id` (String): The ID of the campaign lead.
    
- `creator_user_id` (String): The ID of the user who created the comment.
    
- `body` (String): The content of the comment.
    
- `created_at` (String): The timestamp of when the comment was created.
    
- `success` (Boolean): Indicates if the comment was added successfully.

## Request body

- object[]
  - `body` string
  - `campaign_lead_id` string
  - `creator_user_id` number

## Response `201`

Successful operation / Error

- object
  - `comments` object[]
    - `body` string
    - `campaign_lead_id` string
    - `created_at` string
    - `creator_user_id` string
    - `id` string
    - `success` boolean

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
