---
title: "File comment created"
method: POST
path: "webhooks/fileCommentCreated"
tags: ["Webhooks"]
---

# File comment created

`POST webhooks/fileCommentCreated` (webhook)

## Payload

- object
  - `eventTimestamp` string, required — Timestamp of when the event happened
  - `action` 'CREATED', required
  - `clientId` string, required — The ID of the client
  - `workspaceId` string, nullable, required — The ID of the workspace
  - `resource` 'FILE_COMMENT', required
  - `data` object, required
    - `id` string, required — The ID of the file comment
    - `text` string, required — The text of the file comment
    - `createdAt` string, required — The date and time of the creation for the file comment. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
    - `updatedAt` string, required — The date and time of the last update for the file comment. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
    - `createdById` string, required — The ID of the creator
    - `fileId` string, required — The ID of the file this comment was created for.

## Acknowledgement `200`

Webhook received

---

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