Group bookings are a Pro feature. Start a 7-day free trial to enable them.
Create a group service
1
Create a service or edit an existing one
In your dashboard, go to Services. Click New service or edit an existing one.
2
Enable Group booking
In Booking type, switch to Group booking. Capacity settings appear below.
3
Set a seat cap
Enter the max number of attendees per slot. Leave blank or set to Unlimited for webinars with no room limit.
4
Set a per-person price (optional)
For paid sessions, enter a price. Each attendee pays that amount at booking.
5
Save and publish
Click Save. Your booking page now shows the group slot with live seat availability.
How attendees see it
Visitors see each slot with the seats left, like “3 of 8 spots left”. As people book, the count updates in real time. When a slot is full it disappears. If someone cancels, the seat opens up again.Remaining spots in the API
When you fetch availability for a group service, each slot may include aspots_remaining field.
Booking data model
A confirmed group booking reflects the host and attendee structure:Fetch availability for a group service with
GET /api/v1/availability?service=your-service-slug. See List Availability.