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 : crmStage::created
, crmStage::updated
or
crmStage::deleted
object
enum<string>
default:"resource"
required
Available options: resource
model
enum<string>
default:"crmStage"
required
The model identifier
Stage name. Required string length: 1 - 250
The last update timestamp
Expected Response
{
"event": "crmStage::created",
"data": {
"object": "resource",
"model": "crmStage",
"id": "<string>",
"fields": {
"name": "<string>",
"type": "<string>",
"pipeline": {
"object": "resourceRef",
"model": "<string>",
"id": "<string>"
}
},
"createdAt": "2025-03-06T09:05:04.600Z",
"updatedAt": "2025-03-06T09:15:04.600Z",
"rawResource": null,
"warnings": []
}
}