WEBHOOK
webhooks
/
fileCommentCreated
{
  "eventTimestamp": "<string>",
  "action": "CREATED",
  "clientId": "<string>",
  "workspaceId": "<string>",
  "resource": "FILE_COMMENT",
  "data": {
    "id": "<string>",
    "text": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "createdById": "<string>",
    "fileId": "<string>"
  }
}

Body

application/json

Webhook

eventTimestamp
string
required

Timestamp of when the event happened

action
enum<string>
required
Available options:
CREATED,
UPDATED,
DELETED,
ARCHIVED
clientId
string
required
workspaceId
string | null
required
resource
enum<string>
required
Available options:
FILE_COMMENT
data
object
required

Response

200

Webhook received