Event types
Payload structure
Every webhook request body shares the same envelope:Alongside the body, every request carries signature headers (
webhook-id,
webhook-timestamp, and webhook-signature). Always verify the
signature before trusting a payload.test.created
Sent when a test is created. The data.test object contains the full test
definition.
test.updated
Sent when a test’s configuration changes. The data.test object has the same
structure as test.created, reflecting the test’s new state.
test.deleted
Sent when a test is deleted. To keep the payload meaningful after deletion, only
the test id is included.

