WEBHOOK
webhooks
/
workspaceChanges
{
  "eventTimestamp": "<string>",
  "action": "CREATED",
  "clientId": "<string>",
  "workspaceId": "<string>",
  "resource": "WORKSPACE",
  "data": {
    "id": "<string>",
    "name": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "archivedAt": "<string>",
    "clientId": "<string>"
  }
}

Body

application/json

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

Response

200

Webhook received