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