Webhooks will allow you to build custom integrations by subscribing to real-time events that happen inside your Seminara sessions.
Planned Event Types
session.started- Fired when an attendee joins the room.session.completed- Fired when Aura concludes the presentation.lead.captured- Fired when an attendee clicks the CTA or raises their hand.
Payload Structure (Draft)
All webhooks will be sent as POST requests to your configured endpoint with a JSON payload containing the event type, session ID, and relevant metadata.
Frequently Asked Questions (FAQ)
Q: When will Webhooks be available?
A: We are currently finalizing the infrastructure and plan to release Webhooks shortly.