Skip to main content
WEBHOOK
desktop.activity_tracking.captured
{
  "event": "desktop.activity_tracking.captured",
  "version": "v1",
  "agent": "desktop-agent",
  "timestamp": 1769592774119,
  "data": {
    "organisation": {
      "organisationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    },
    "team": {
      "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    },
    "user": {
      "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    },
    "activity": {
      "workMode": false
    }
  }
}

Response

200 - application/json

Webhook received and processed successfully

event
string
required
Example:

"desktop.activity_tracking.captured"

version
string
required
Example:

"v1"

agent
string
required
Example:

"desktop-agent"

timestamp
integer
required

Event timestamp in milliseconds (epoch)

Example:

1769592774119

data
object
required