---
title: "Creates a comment for an account"
method: POST
path: "/v1/projects/{projectId}/whatsapp/comments"
tags: ["WhatsApp Accounts"]
---

# Creates a comment for an account

`POST /v1/projects/{projectId}/whatsapp/comments`

Creates a comment for an account.

## Path parameters

- `projectId` string, required

## Request body

- WhatsappCommentInputDto
  - `comment` string, required

## Response `201`

Created comment for an account.

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

## Other responses

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

## Changes

> 3 revisions in range; 1 not diffed.

- **2026-08-18** `c78a716de420` — 1 info
  - api operation id `AccountsController_createComment_v1` removed and replaced with `WhatsappAccountsController_createComment_v1`

[Change history](https://skmtc.dev/sinch/apis/provisioning-api/changes/v1/projects/:projectId/whatsapp/comments/post.md)

---

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