The unique identifier of the connector
The unique identifier of the owner
A unique key to ensure idempotency of the webhook request
Event Body
The event type : genericWorkspace::created
, genericWorkspace::updated
or
genericWorkspace::deleted
data
Workspace Resource
required
object
enum<string>
default:"resource"
required
Available options: resource
model
enum<string>
default:"genericWorkspace"
required
The model identifier
Name. Required string length: 1 - 250
The last update timestamp
Expected Response
{
"event": "genericWorkspace::created",
"data": {
"object": "resource",
"model": "genericWorkspace",
"id": "<string>",
"fields": {
"name": "<string>"
},
"createdAt": "2025-03-06T09:05:04.593Z",
"updatedAt": "2025-03-06T09:15:04.593Z",
"rawResource": null,
"warnings": []
}
}