WEBHOOK
webhooks
/
taskChanges
{
  "eventTimestamp": "<string>",
  "action": "CREATED",
  "clientId": "<string>",
  "workspaceId": "<string>",
  "resource": "TASK",
  "data": {
    "id": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "title": "<string>",
    "text": "<string>",
    "status": "<string>",
    "dueDate": "<string>",
    "destinationFolderId": "<string>",
    "assetFileIds": [
      "<string>"
    ],
    "labelIds": [
      "<string>"
    ],
    "workspaceId": "<string>"
  }
}

Body

application/json

Task Webhook (create|update)

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:
TASK
data
object
required

Response

200

Webhook received