Payload documentation for webhooks dispatched by our application.
Each collection represents a feature domain and contains JSON examples of every event the system fires.
| Collection | Events | Description |
|---|---|---|
| framework-diamond-funnel | 11 | Diamond funnel lifecycle webhooks (SpyHub) |
All payloads follow this envelope:
{
"event": "namespace.domain.action",
"version": "2",
"data": { }
}event— dot-notation identifierversion— payload schema versiondata— event-specific payload