v0.1 — production API
This shape backs Cirrus Insight webhooks and integrations in production today. Supported indefinitely.
Developer Events
Cirrus Insight uses developer events to coordinate with your webhook endpoint at configuration time. Endpoints must successfully handle these events before they will receive any business events.
developer.webhook.test
This eventmodel is sent when a webhook endpoint configuration is being validated. In order for Cirrus Insight to begin sending any other events to an endpoint, the developer.webhook.test event must first be handled successfully.
The data payload for the test event is a simple object containing two fields:
json
{
"webhookEndpoint": "",
"username": ""
}