Skip to main content
WEBHOOK
webhooks
/
taskChanges
{
  "eventTimestamp": "<string>",
  "action": "CREATED",
  "clientId": "cmf41ajzv003706un4i99q19z",
  "workspaceId": "cmf41ajzv003706un4i99q19z",
  "resource": "TASK",
  "data": {
    "id": "cmf41ajzv003706un4i99q19z",
    "createdAt": "2021-01-01T00:00:00Z",
    "updatedAt": "2021-01-01T00:00:00Z",
    "title": "Task 1",
    "text": "Task description",
    "status": "OPEN",
    "dueDate": "2021-01-01T00:00:00Z",
    "destinationFolderId": "cmf41ajzv003706un4i99q19z",
    "assetFileIds": [
      "cmf41ajzv003706un4i99q19z"
    ],
    "labelIds": [
      "cmf41ajzv003706un4i99q19z"
    ],
    "workspaceId": "cmf41ajzv003706un4i99q19z"
  }
}

Body

application/json

Task Webhooks

  • Option 1
  • Option 2
  • Option 3
eventTimestamp
string
required

Timestamp of when the event happened

action
enum<string>
required
Available options:
CREATED
clientId
string
required

The ID of the client

Example:

"cmf41ajzv003706un4i99q19z"

workspaceId
string | null
required

The ID of the workspace

Example:

"cmf41ajzv003706un4i99q19z"

resource
enum<string>
required
Available options:
TASK
data
object
required

Response

200

Webhook received