Webhooks
Overview
Webhooks allow external services to receive real-time notifications about events in Caret. When specific events occur (like note creation or audio uploads), Caret sends HTTP POST requests to your configured endpoint with event details. Each webhook is secured with HMAC signatures and includes a unique eventId
for deduplication.
Supported Events
note.created
: Triggered when a new note is creatednote.audio_uploaded
: Triggered when audio recording is uploaded