Webhooks
Push every recording event to your own endpoint. Build whatever you want on top.
<aside>
๐ macOS โ ยท iOS โ ยท Web โ
</aside>
<aside>
๐ Free: not available ยท Pro: up to 3 webhooks ยท Pro+: unlimited + workspace-wide
</aside>
<aside>
๐ก Webhooks let you connect Spellar to any system we don't natively integrate with. Build CRMs, custom dashboards, or internal automation.
</aside>
๐ฏ What you can build
- Push transcripts and summaries to your CRM
- Auto-create Notion pages with a custom layout
- Run sentiment analysis on every sales call
- Trigger your CI to run docs builds when an internal meeting wraps
- Forward to Zapier / Make for no-code workflows
โจ How to set one up
- Web app โ Settings โ Webhooks โ New Webhook.
- Paste your endpoint URL. We'll send a test ping to verify reachability.
- Pick which events fire: recording.created, recording.processed, recap.ready, recap.updated.
- Copy the signing secret โ use it to verify webhook signatures on your side.
<aside>
๐ผ๏ธ ๐ท [screenshot: Webhook setup screen with URL, events, signing secret]
</aside>
Event payload (recap.ready)
Every event is JSON, signed with HMAC-SHA256. Example: