Webhooks
Task comment created
postWebhookwebhooks/taskCommentCreated
Payload
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
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.