---
title: "Creates a comment for a sender in project"
method: POST
path: "/v1/projects/{projectId}/kakaotalk/senders/{plusFriendId}/comments"
tags: ["KakaoTalk Senders"]
---

# Creates a comment for a sender in project

`POST /v1/projects/{projectId}/kakaotalk/senders/{plusFriendId}/comments`

Creates a comment for a sender.

## Path parameters

- `projectId` string, required
- `plusFriendId` string, required

## Request body

- KakaotalkCommentInputDto
  - `comment` string, required

## Response `201`

Created comment for a sender

- KakaotalkCommentDto
  - `type` 'CREATED', required
  - `comment` string, required
  - `created` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/sinch/apis/provisioning-api.md) · [All operations](https://skmtc.net/sinch/apis/provisioning-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/provisioning-api/revisions/c78a716de420/schema)
