{ "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": [] } }
// 200
The unique identifier of the connector
The unique identifier of the owner
A unique key to ensure idempotency of the webhook request
The event type : crmStage::created, crmStage::updated or crmStage::deleted
crmStage::created
crmStage::updated
crmStage::deleted
Show properties
Available options: resource
The model identifier
The unique identifier
Stage name. Required string length: 1 - 250
Stage type
Associated pipeline
The creation timestamp
The last update timestamp
The raw resource data
The warning code
The warning message