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.