Get started with the New Semble Appointment System
The New Semble Appointment System introduces enhanced calendar management capabilities and new API queries and mutations.
The queries and mutations documented on this page are available only for practices with the New Semble Appointment System enabled.
How to enable the New Semble Appointment System
Contact your Semble account manager or the Support team.
New queries
availabilitySlotsavailabilityRules(coming soon)availability(coming soon)
New mutations
createAvailability(coming soon)updateAvailability(coming soon)deleteAvailability(coming soon)
Integration changes
Review the following changes before adopting the New Semble Appointment System.
availabilities query
The existing availabilities query remains supported and is fully compatible with the New Semble Appointment System. No changes are required for integrations that use this query.
You can optionally update your integration to use the new availabilitySlots query, which provides additional functionality, including:
- Up to 4 weeks of availability data
- Availability of multiple users and rooms
- Associated user and room objects returned in the same query
- Pagination support
Action: Optional
availabilitySettings query
If your integration uses the availabilitySettings query, update it to use availabilityRules instead.
Action: Required
createOutOfOfficeBooking mutation
The createOutOfOfficeBooking mutation has been replaced by unavailability management in the New Semble Appointment System.
If your integration uses createOutOfOfficeBooking, update it to use createAvailability instead.
Action: Required