---
title: "Control comment created"
method: POST
path: "/v1.control.comment.created"
tags: ["Control"]
---

# Control comment created

`POST /v1.control.comment.created`

An external comment was created on an audit control. Fires once per comment.

This event is delivered only to [Audit Partner](/reference/audits/overview) accounts and is gated by the early-access `audit_control_comment_webhook` feature — reach out to your Vanta contact to enable it.

The payload contains only identifiers. Fetch the comment body from `GET /v1/audits/{auditId}/controls/{controlId}/comments`.

## Request body

- object
  - `control` object, required
    - `id` string, required — The unique identifier of the control the comment was added to.
    - `auditId` string, required — The unique identifier of the audit the control belongs to.
  - `comment` object, required
    - `id` string, required — The unique identifier of the comment.

## Response `200`

Return any 2xx status within 15 seconds to acknowledge receipt.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
