Skip to content

minhacademi/webhooks

Repository files navigation

Webhook Contracts

Payload documentation for webhooks dispatched by our application.

Each collection represents a feature domain and contains JSON examples of every event the system fires.

Collections

Collection Events Description
framework-diamond-funnel 11 Diamond funnel lifecycle webhooks (SpyHub)

Payload Convention

All payloads follow this envelope:

{
  "event": "namespace.domain.action",
  "version": "2",
  "data": { }
}
  • event — dot-notation identifier
  • version — payload schema version
  • data — event-specific payload

About

Versioned webhook payload contracts for the Cademi platform — schemas and examples for every event dispatched by the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors