Notifications that the Quantemplate platform publishes
Quantemplate publishes events via webhooks - see Example: Receive Pipeline Notification for an example of how to configure a subscription.
Event structure
Events are posted as JSON to your web hook. The JSON structure looks like:
{
"eventId": string // (randomly generated unique id)
"eventName": string // discriminator - see eventName of each event type
"created": string // timestamp of when the event occurred
"payload": object // see the payload of each event type
}