Sanity
Sanity is a composable content platform providing a headless CMS with a real-time collaborative editor (Sanity Studio) and a powerful HTTP API for managing structured content. The Sanity Content Lake stores content as flexible documents queryable via GROQ (Graph-Relational Object Queries). Key API c
3 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Delivered when a document matching the webhook's GROQ filter is created in the configured dataset. The sanity-operation header is set to "create".Sanity GROQ-Powered Webhooks
-
Delivered when a document matching the webhook's GROQ filter is deleted. The sanity-operation header is set to "delete".Sanity GROQ-Powered Webhooks
-
Delivered when a document matching the webhook's GROQ filter is changed. The sanity-operation header is set to "update". delta::changedAny and before()/after() may be used in the projection to inspectSanity GROQ-Powered Webhooks