{
  "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": []
  }
}
// 200 

Event Headers

x-conector-id
string
required
The unique identifier of the connector
x-owner-id
string
required
The unique identifier of the owner
x-idempotency-key
string
required
A unique key to ensure idempotency of the webhook request

Event Body

event
enum<string>
required
The event type : crmPipeline::created, crmPipeline::updated or crmPipeline::deleted
data
Pipeline Resource
required

Expected Response

200 OK
{
  "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": []
  }
}
// 200