v1

latestOpenAPI 3.1.12026-07-124448163.2 KB
Webhooks

Task comment created

postWebhookwebhooks/taskCommentCreated

Payload

eventTimestampstring required

Timestamp of when the event happened

action'CREATED' required
clientIdstring required

The ID of the client

workspaceIdstring nullable required

The ID of the workspace

resource'TASK_COMMENT' required

Example payload

{
  "clientId": "cmf41ajzv003706un4i99q19z",
  "workspaceId": "cmf41ajzv003706un4i99q19z",
  "data": {
    "id": "cmf41ajzv003706un4i99q19z",
    "text": "Comment text",
    "createdAt": "2021-01-01T00:00:00Z",
    "updatedAt": "2021-01-01T00:00:00Z",
    "createdById": "cmf41ajzv003706un4i99q19z",
    "taskId": "cmf41ajzv003706un4i99q19z"
  }
}

Response

Webhook received