Build a registration form that writes directly to a spreadsheet. Check attendance counts with aggregation queries. No backend needed.
Create a sheet with name, email, ticket_type, registered_at columns. Your registration form POSTs to the API. Organizers see signups appear in real-time in Google Sheets.
Use GET /agg/count to check how many people have registered. Filter by ticket_type to see counts per tier: /agg/count?_filter=ticket_type:eq:vip.
Since data lives in Google Sheets, your whole team can view, filter, and export registrations. Share the spreadsheet with volunteers, sponsors, or venue staff.
Set up event registration now
Get Started Free