Webhook Events Reference
The events that fire webhooks, and what’s in them.
Guest events- guest.registered — a guest registered (form, kiosk, badge, or Gallery Gate)
- guest.checked_in — a badge scan checked a guest in
- guest.deleted — a guest record was removed
Photo events- photo.uploaded — a photo landed and processing began
- photo.deleted — a photo was removed from the event
Session events- session.started / session.completed — a shoot session opened or closed
Face recognition- face.confirmed — a face match was confirmed
Event management- event.created / updated / deleted / restored
PayloadsEvery payload is { event_type, timestamp, data }. For guest events, data carries the full guest record — name, email, phone, company, and your custom registration fields — plus the event context.
What doesn’t fire (yet)Survey submissions, photo downloads, and gallery shares are not webhook events today. If your workflow needs one of those, tell us — it helps us order the roadmap.View Webhook Logs
Guest events- guest.registered — a guest registered (form, kiosk, badge, or Gallery Gate)
- guest.checked_in — a badge scan checked a guest in
- guest.deleted — a guest record was removed
Photo events- photo.uploaded — a photo landed and processing began
- photo.deleted — a photo was removed from the event
Session events- session.started / session.completed — a shoot session opened or closed
Face recognition- face.confirmed — a face match was confirmed
Event management- event.created / updated / deleted / restored
PayloadsEvery payload is { event_type, timestamp, data }. For guest events, data carries the full guest record — name, email, phone, company, and your custom registration fields — plus the event context.
What doesn’t fire (yet)Survey submissions, photo downloads, and gallery shares are not webhook events today. If your workflow needs one of those, tell us — it helps us order the roadmap.View Webhook Logs
webhookseventsreferencepayload