Overview of Airweave Webhooks
mainWebhooks provide real-time notifications for sync, source connection, and collection lifecycle events. Instead of polling the API, you register a webhook endpoint, and Airweave pushes updates to you via HTTP POST.
Note: This is a Beta Feature. The API is stable but may receive enhancements.
Workflow:
- An event occurs in Airweave (e.g., a sync completes).
- Airweave creates an event with a full payload.
- Svix (the delivery infrastructure) sends an HTTP POST to your registered endpoint.
- Your server processes the payload and responds with
200 OK.